Html Css Color HEX #DA3E81 Deep Cerise

📋 copy color: '#DA3E81'

red 218 ◦ green 62 ◦ blue 129

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

Shades of Deep Cerise #DA3E81

Tints of Deep Cerise #DA3E81

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.16%

 BLUE value IS 129 (50.78% from 255) = 31.54%

R = 53.3%
G = 15.16%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DA3E81 (or 0xDA3E81) is known color: Deep Cerise. HEX triplet: DA, 3E and 81. RGB value is (218,62,129). Sum of RGB (Red+Green+Blue) = 218+62+129=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 62 (24.61% from 255 or 15.16% from 409); Blue value is 129 (50.78% from 255 or 31.54% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3E81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3E81 is #25C17E. Grayscale: #747474. Windows color (decimal): -2474367 or 8470234. OLE color: 8470234.

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

Color convert

RGB 218 62 129 -
CMYK 0 0.72 0.41 0.15
HSL 334.23º 0.68% 0.55% -
HSV(B) 334.23º 0.72% 0.85% -
XYZ 34.6 19.94 22.79 -
YUV 116.28 135.18 200.55 -
System Red Green Blue C M Y K H S L
Decimal 218 62 129 0 0.72 0.41 0.15 334.23 0.68 0.55
Hex DA 3E 81 0 48 29 F 14E 44 37
Octal 332 76 201 0 110 51 17 516 104 67
Binary 11011010 111110 10000001 0 1001000 101001 1111 101001110 1000100 110111

Color Harmonies of #DA3E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3E81

Black with #DA3E81

Text Example


Text Example

White with #DA3E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3E81; }

 p { color: rgb(218,62,129); }

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

background-color css

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

 a { background-color: rgb(218,62,129); }

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

border-color css

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

 span { border-color: rgb(218,62,129); }

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