Html Css Color HEX #DA3466 Cerise

📋 copy color: '#DA3466'

red 218 ◦ green 52 ◦ blue 102

#DA3466
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerise #DA3466

Tints of Cerise #DA3466

RGB

 RED value IS 218 (85.55% from 255) = 58.6%

 GREEN value IS 52 (20.7% from 255) = 13.98%

 BLUE value IS 102 (40.23% from 255) = 27.42%

R = 58.6%
G = 13.98%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.53

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DA3466 (or 0xDA3466) is known color: Cerise. HEX triplet: DA, 34 and 66. RGB value is (218,52,102). Sum of RGB (Red+Green+Blue) = 218+52+102=372 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.60% from 372); Green value is 52 (20.70% from 255 or 13.98% from 372); Blue value is 102 (40.23% from 255 or 27.42% from 372); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3466 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3466 is #25CB99. Grayscale: #6B6B6B. Windows color (decimal): -2476954 or 6698202. OLE color: 6698202.

HSL color Cylindrical-coordinate representation of color #DA3466: hue angle of 341.93º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DA3466 is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 52 102 -
CMYK 0 0.76 0.53 0.15
HSL 341.93º 0.69% 0.53% -
HSV(B) 341.93º 0.76% 0.85% -
XYZ 32.54 18.32 14.39 -
YUV 107.33 125 206.93 -
System Red Green Blue C M Y K H S L
Decimal 218 52 102 0 0.76 0.53 0.15 341.93 0.69 0.53
Hex DA 34 66 0 4C 35 F 156 45 35
Octal 332 64 146 0 114 65 17 526 105 65
Binary 11011010 110100 1100110 0 1001100 110101 1111 101010110 1000101 110101

Color Harmonies of #DA3466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3466

Black with #DA3466

Text Example


Text Example

White with #DA3466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3466; }

 p { color: rgb(218,52,102); }

 H1.HeaderClassName
 {
   color: #DA3466;
 }
 .AnyTagClassName
 {
   color: #DA3466;
 }
</style>

background-color css

<style>
 a { background-color: #DA3466; }

 a { background-color: rgb(218,52,102); }

 div.DivClassName
 {
   background-color: #DA3466;
 }
 .BgClassName
 {
   background-color: #DA3466;
 }
</style>

border-color css

<style>
 span { border-color: #DA3466; }

 span { border-color: rgb(218,52,102); }

 td.TdClassName
 {
   border-color: #DA3466;
 }
 .TagClassName
 {
   border-color: #DA3466;
 }
</style>