Html Css Color HEX #DA3781 Deep Cerise

📋 copy color: '#DA3781'

red 218 ◦ green 55 ◦ blue 129

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

Shades of Deep Cerise #DA3781

Tints of Deep Cerise #DA3781

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.68%

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

R = 54.23%
G = 13.68%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DA3781 (or 0xDA3781) is known color: Deep Cerise. HEX triplet: DA, 37 and 81. RGB value is (218,55,129). Sum of RGB (Red+Green+Blue) = 218+55+129=402 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.23% from 402); Green value is 55 (21.88% from 255 or 13.68% from 402); Blue value is 129 (50.78% from 255 or 32.09% from 402); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3781 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3781 is #25C87E. Grayscale: #707070. Windows color (decimal): -2476159 or 8468442. OLE color: 8468442.

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

Color convert

RGB 218 55 129 -
CMYK 0 0.75 0.41 0.15
HSL 332.76º 0.69% 0.54% -
HSV(B) 332.76º 0.75% 0.85% -
XYZ 34.24 19.22 22.67 -
YUV 112.17 137.5 203.48 -
System Red Green Blue C M Y K H S L
Decimal 218 55 129 0 0.75 0.41 0.15 332.76 0.69 0.54
Hex DA 37 81 0 4B 29 F 14D 45 36
Octal 332 67 201 0 113 51 17 515 105 66
Binary 11011010 110111 10000001 0 1001011 101001 1111 101001101 1000101 110110

Color Harmonies of #DA3781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3781

Black with #DA3781

Text Example


Text Example

White with #DA3781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3781; }

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

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

background-color css

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

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

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

border-color css

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

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

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