Html Css Color HEX #DA216A Cerise

📋 copy color: '#DA216A'

red 218 ◦ green 33 ◦ blue 106

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

Shades of Cerise #DA216A

Tints of Cerise #DA216A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.69%

R = 61.06%
G = 9.24%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA216A (or 0xDA216A) is known color: Cerise. HEX triplet: DA, 21 and 6A. RGB value is (218,33,106). Sum of RGB (Red+Green+Blue) = 218+33+106=357 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.06% from 357); Green value is 33 (13.28% from 255 or 9.24% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 218 - color contains mainly: red. Hex color #DA216A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA216A is #25DE95. Grayscale: #606060. Windows color (decimal): -2481814 or 6955482. OLE color: 6955482.

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

Color convert

RGB 218 33 106 -
CMYK 0 0.85 0.51 0.15
HSL 336.32º 0.74% 0.49% -
HSV(B) 336.32º 0.85% 0.85% -
XYZ 32.06 17.03 15.23 -
YUV 96.64 133.29 214.56 -
System Red Green Blue C M Y K H S L
Decimal 218 33 106 0 0.85 0.51 0.15 336.32 0.74 0.49
Hex DA 21 6A 0 55 33 F 150 4A 31
Octal 332 41 152 0 125 63 17 520 112 61
Binary 11011010 100001 1101010 0 1010101 110011 1111 101010000 1001010 110001

Color Harmonies of #DA216A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA216A

Black with #DA216A

Text Example


Text Example

White with #DA216A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA216A; }

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

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

background-color css

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

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

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

border-color css

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

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

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