Html Css Color HEX #DA2168 Cerise

📋 copy color: '#DA2168'

red 218 ◦ green 33 ◦ blue 104

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

Shades of Cerise #DA2168

Tints of Cerise #DA2168

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.3%

 BLUE value IS 104 (41.02% from 255) = 29.3%

R = 61.41%
G = 9.3%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DA2168 (or 0xDA2168) is known color: Cerise. HEX triplet: DA, 21 and 68. RGB value is (218,33,104). Sum of RGB (Red+Green+Blue) = 218+33+104=355 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.41% from 355); Green value is 33 (13.28% from 255 or 9.30% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2168 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2168 is #25DE97. Grayscale: #606060. Windows color (decimal): -2481816 or 6824410. OLE color: 6824410.

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

Color convert

RGB 218 33 104 -
CMYK 0 0.85 0.52 0.15
HSL 336.97º 0.74% 0.49% -
HSV(B) 336.97º 0.85% 0.85% -
XYZ 31.96 16.99 14.69 -
YUV 96.41 132.29 214.73 -
System Red Green Blue C M Y K H S L
Decimal 218 33 104 0 0.85 0.52 0.15 336.97 0.74 0.49
Hex DA 21 68 0 55 34 F 151 4A 31
Octal 332 41 150 0 125 64 17 521 112 61
Binary 11011010 100001 1101000 0 1010101 110100 1111 101010001 1001010 110001

Color Harmonies of #DA2168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2168

Black with #DA2168

Text Example


Text Example

White with #DA2168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2168; }

 p { color: rgb(218,33,104); }

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

background-color css

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

 a { background-color: rgb(218,33,104); }

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

border-color css

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

 span { border-color: rgb(218,33,104); }

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