Html Css Color HEX #DA2266 Cerise

📋 copy color: '#DA2266'

red 218 ◦ green 34 ◦ blue 102

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

Shades of Cerise #DA2266

Tints of Cerise #DA2266

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.6%

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

R = 61.58%
G = 9.6%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DA2266 (or 0xDA2266) is known color: Cerise. HEX triplet: DA, 22 and 66. RGB value is (218,34,102). Sum of RGB (Red+Green+Blue) = 218+34+102=354 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.58% from 354); Green value is 34 (13.67% from 255 or 9.60% from 354); Blue value is 102 (40.23% from 255 or 28.81% from 354); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2266 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2266 is #25DD99. Grayscale: #606060. Windows color (decimal): -2481562 or 6693594. OLE color: 6693594.

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

Color convert

RGB 218 34 102 -
CMYK 0 0.84 0.53 0.15
HSL 337.83º 0.73% 0.49% -
HSV(B) 337.83º 0.84% 0.85% -
XYZ 31.88 17.01 14.17 -
YUV 96.77 130.96 214.47 -
System Red Green Blue C M Y K H S L
Decimal 218 34 102 0 0.84 0.53 0.15 337.83 0.73 0.49
Hex DA 22 66 0 54 35 F 152 49 31
Octal 332 42 146 0 124 65 17 522 111 61
Binary 11011010 100010 1100110 0 1010100 110101 1111 101010010 1001001 110001

Color Harmonies of #DA2266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2266

Black with #DA2266

Text Example


Text Example

White with #DA2266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2266; }

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

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

background-color css

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

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

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

border-color css

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

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

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