Html Css Color HEX #DA3166 Cerise

📋 copy color: '#DA3166'

red 218 ◦ green 49 ◦ blue 102

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

Shades of Cerise #DA3166

Tints of Cerise #DA3166

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.28%

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

R = 59.08%
G = 13.28%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DA3166 (or 0xDA3166) is known color: Cerise. HEX triplet: DA, 31 and 66. RGB value is (218,49,102). Sum of RGB (Red+Green+Blue) = 218+49+102=369 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.08% from 369); Green value is 49 (19.53% from 255 or 13.28% from 369); Blue value is 102 (40.23% from 255 or 27.64% from 369); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3166 is #25CE99. Grayscale: #696969. Windows color (decimal): -2477722 or 6697434. OLE color: 6697434.

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

Color convert

RGB 218 49 102 -
CMYK 0 0.78 0.53 0.15
HSL 341.18º 0.7% 0.52% -
HSV(B) 341.18º 0.78% 0.85% -
XYZ 32.41 18.06 14.35 -
YUV 105.57 125.99 208.19 -
System Red Green Blue C M Y K H S L
Decimal 218 49 102 0 0.78 0.53 0.15 341.18 0.7 0.52
Hex DA 31 66 0 4E 35 F 155 46 34
Octal 332 61 146 0 116 65 17 525 106 64
Binary 11011010 110001 1100110 0 1001110 110101 1111 101010101 1000110 110100

Color Harmonies of #DA3166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3166

Black with #DA3166

Text Example


Text Example

White with #DA3166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3166; }

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

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

background-color css

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

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

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

border-color css

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

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

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