Html Css Color HEX #DA408E Deep Cerise

📋 copy color: '#DA408E'

red 218 ◦ green 64 ◦ blue 142

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

Shades of Deep Cerise #DA408E

Tints of Deep Cerise #DA408E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.49%

R = 51.42%
G = 15.09%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA408E (or 0xDA408E) is known color: Deep Cerise. HEX triplet: DA, 40 and 8E. RGB value is (218,64,142). Sum of RGB (Red+Green+Blue) = 218+64+142=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 64 (25.39% from 255 or 15.09% from 424); Blue value is 142 (55.86% from 255 or 33.49% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DA408E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA408E is #25BF71. Grayscale: #767676. Windows color (decimal): -2473842 or 9322714. OLE color: 9322714.

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

Color convert

RGB 218 64 142 -
CMYK 0 0.71 0.35 0.15
HSL 329.61º 0.68% 0.55% -
HSV(B) 329.61º 0.71% 0.85% -
XYZ 35.63 20.53 27.68 -
YUV 118.94 141.02 198.66 -
System Red Green Blue C M Y K H S L
Decimal 218 64 142 0 0.71 0.35 0.15 329.61 0.68 0.55
Hex DA 40 8E 0 47 23 F 14A 44 37
Octal 332 100 216 0 107 43 17 512 104 67
Binary 11011010 1000000 10001110 0 1000111 100011 1111 101001010 1000100 110111

Color Harmonies of #DA408E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA408E

Black with #DA408E

Text Example


Text Example

White with #DA408E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA408E; }

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

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

background-color css

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

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

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

border-color css

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

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

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