Html Css Color HEX #DA406E Cerise

📋 copy color: '#DA406E'

red 218 ◦ green 64 ◦ blue 110

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

Shades of Cerise #DA406E

Tints of Cerise #DA406E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.33%

 BLUE value IS 110 (43.36% from 255) = 28.06%

R = 55.61%
G = 16.33%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA406E (or 0xDA406E) is known color: Cerise. HEX triplet: DA, 40 and 6E. RGB value is (218,64,110). Sum of RGB (Red+Green+Blue) = 218+64+110=392 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.61% from 392); Green value is 64 (25.39% from 255 or 16.33% from 392); Blue value is 110 (43.36% from 255 or 28.06% from 392); Max value from RGB is 218 - color contains mainly: red. Hex color #DA406E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA406E is #25BF91. Grayscale: #737373. Windows color (decimal): -2473874 or 7225562. OLE color: 7225562.

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

Color convert

RGB 218 64 110 -
CMYK 0 0.71 0.50 0.15
HSL 342.08º 0.68% 0.55% -
HSV(B) 342.08º 0.71% 0.85% -
XYZ 33.56 19.7 16.79 -
YUV 115.29 125.02 201.26 -
System Red Green Blue C M Y K H S L
Decimal 218 64 110 0 0.71 0.50 0.15 342.08 0.68 0.55
Hex DA 40 6E 0 47 32 F 156 44 37
Octal 332 100 156 0 107 62 17 526 104 67
Binary 11011010 1000000 1101110 0 1000111 110010 1111 101010110 1000100 110111

Color Harmonies of #DA406E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA406E

Black with #DA406E

Text Example


Text Example

White with #DA406E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA406E; }

 p { color: rgb(218,64,110); }

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

background-color css

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

 a { background-color: rgb(218,64,110); }

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

border-color css

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

 span { border-color: rgb(218,64,110); }

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