Html Css Color HEX #DA4088 Deep Cerise

📋 copy color: '#DA4088'

red 218 ◦ green 64 ◦ blue 136

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

Shades of Deep Cerise #DA4088

Tints of Deep Cerise #DA4088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 32.54%

R = 52.15%
G = 15.31%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DA4088 (or 0xDA4088) is known color: Deep Cerise. HEX triplet: DA, 40 and 88. RGB value is (218,64,136). Sum of RGB (Red+Green+Blue) = 218+64+136=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 64 (25.39% from 255 or 15.31% from 418); Blue value is 136 (53.52% from 255 or 32.54% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4088 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4088 is #25BF77. Grayscale: #767676. Windows color (decimal): -2473848 or 8929498. OLE color: 8929498.

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

Color convert

RGB 218 64 136 -
CMYK 0 0.71 0.38 0.15
HSL 331.95º 0.68% 0.55% -
HSV(B) 331.95º 0.71% 0.85% -
XYZ 35.19 20.35 25.37 -
YUV 118.25 138.02 199.15 -
System Red Green Blue C M Y K H S L
Decimal 218 64 136 0 0.71 0.38 0.15 331.95 0.68 0.55
Hex DA 40 88 0 47 26 F 14C 44 37
Octal 332 100 210 0 107 46 17 514 104 67
Binary 11011010 1000000 10001000 0 1000111 100110 1111 101001100 1000100 110111

Color Harmonies of #DA4088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4088

Black with #DA4088

Text Example


Text Example

White with #DA4088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4088; }

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

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

background-color css

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

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

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

border-color css

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

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

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