Html Css Color HEX #DA406A Cerise

📋 copy color: '#DA406A'

red 218 ◦ green 64 ◦ blue 106

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

Shades of Cerise #DA406A

Tints of Cerise #DA406A

RGB

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

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

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

R = 56.19%
G = 16.49%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA406A (or 0xDA406A) is known color: Cerise. HEX triplet: DA, 40 and 6A. RGB value is (218,64,106). Sum of RGB (Red+Green+Blue) = 218+64+106=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 64 (25.39% from 255 or 16.49% from 388); Blue value is 106 (41.80% from 255 or 27.32% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DA406A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA406A is #25BF95. Grayscale: #727272. Windows color (decimal): -2473878 or 6963418. OLE color: 6963418.

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

Color convert

RGB 218 64 106 -
CMYK 0 0.71 0.51 0.15
HSL 343.64º 0.68% 0.55% -
HSV(B) 343.64º 0.71% 0.85% -
XYZ 33.35 19.61 15.66 -
YUV 114.83 123.02 201.58 -
System Red Green Blue C M Y K H S L
Decimal 218 64 106 0 0.71 0.51 0.15 343.64 0.68 0.55
Hex DA 40 6A 0 47 33 F 158 44 37
Octal 332 100 152 0 107 63 17 530 104 67
Binary 11011010 1000000 1101010 0 1000111 110011 1111 101011000 1000100 110111

Color Harmonies of #DA406A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA406A

Black with #DA406A

Text Example


Text Example

White with #DA406A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA406A; }

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

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

background-color css

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

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

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

border-color css

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

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

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