Html Css Color HEX #DA2566 Cerise

📋 copy color: '#DA2566'

red 218 ◦ green 37 ◦ blue 102

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

Shades of Cerise #DA2566

Tints of Cerise #DA2566

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.36%

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

R = 61.06%
G = 10.36%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DA2566 (or 0xDA2566) is known color: Cerise. HEX triplet: DA, 25 and 66. RGB value is (218,37,102). Sum of RGB (Red+Green+Blue) = 218+37+102=357 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.06% from 357); Green value is 37 (14.84% from 255 or 10.36% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2566 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2566 is #25DA99. Grayscale: #626262. Windows color (decimal): -2480794 or 6694362. OLE color: 6694362.

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

Color convert

RGB 218 37 102 -
CMYK 0 0.83 0.53 0.15
HSL 338.45º 0.71% 0.5% -
HSV(B) 338.45º 0.83% 0.85% -
XYZ 31.97 17.19 14.2 -
YUV 98.53 129.97 213.21 -
System Red Green Blue C M Y K H S L
Decimal 218 37 102 0 0.83 0.53 0.15 338.45 0.71 0.5
Hex DA 25 66 0 53 35 F 152 47 32
Octal 332 45 146 0 123 65 17 522 107 62
Binary 11011010 100101 1100110 0 1010011 110101 1111 101010010 1000111 110010

Color Harmonies of #DA2566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2566

Black with #DA2566

Text Example


Text Example

White with #DA2566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2566; }

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

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

background-color css

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

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

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

border-color css

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

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

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