Html Css Color HEX #DA2267 Cerise

📋 copy color: '#DA2267'

red 218 ◦ green 34 ◦ blue 103

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

Shades of Cerise #DA2267

Tints of Cerise #DA2267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 29.01%

R = 61.41%
G = 9.58%
B = 29.01%

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

#DA2267 (or 0xDA2267) is known color: Cerise. HEX triplet: DA, 22 and 67. RGB value is (218,34,103). Sum of RGB (Red+Green+Blue) = 218+34+103=355 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.41% from 355); Green value is 34 (13.67% from 255 or 9.58% from 355); Blue value is 103 (40.62% from 255 or 29.01% from 355); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2267 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2267 is #25DD98. Grayscale: #606060. Windows color (decimal): -2481561 or 6759130. OLE color: 6759130.

HSL color Cylindrical-coordinate representation of color #DA2267: hue angle of 337.5º 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 #DA2267 is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 34 103 -
CMYK 0 0.84 0.53 0.15
HSL 337.5º 0.73% 0.49% -
HSV(B) 337.5º 0.84% 0.85% -
XYZ 31.93 17.03 14.44 -
YUV 96.88 131.46 214.39 -
System Red Green Blue C M Y K H S L
Decimal 218 34 103 0 0.84 0.53 0.15 337.5 0.73 0.49
Hex DA 22 67 0 54 35 F 152 49 31
Octal 332 42 147 0 124 65 17 522 111 61
Binary 11011010 100010 1100111 0 1010100 110101 1111 101010010 1001001 110001

Color Harmonies of #DA2267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2267

Black with #DA2267

Text Example


Text Example

White with #DA2267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2267; }

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

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

background-color css

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

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

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

border-color css

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

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

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