Html Css Color HEX #DA4083 Deep Cerise

📋 copy color: '#DA4083'

red 218 ◦ green 64 ◦ blue 131

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

Shades of Deep Cerise #DA4083

Tints of Deep Cerise #DA4083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 31.72%

R = 52.78%
G = 15.5%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#DA4083 (or 0xDA4083) is known color: Deep Cerise. HEX triplet: DA, 40 and 83. RGB value is (218,64,131). Sum of RGB (Red+Green+Blue) = 218+64+131=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 131 (51.56% from 255 or 31.72% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4083 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4083 is #25BF7C. Grayscale: #757575. Windows color (decimal): -2473853 or 8601818. OLE color: 8601818.

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

Color convert

RGB 218 64 131 -
CMYK 0 0.71 0.40 0.15
HSL 333.9º 0.68% 0.55% -
HSV(B) 333.9º 0.71% 0.85% -
XYZ 34.84 20.21 23.54 -
YUV 117.68 135.52 199.55 -
System Red Green Blue C M Y K H S L
Decimal 218 64 131 0 0.71 0.40 0.15 333.9 0.68 0.55
Hex DA 40 83 0 47 28 F 14E 44 37
Octal 332 100 203 0 107 50 17 516 104 67
Binary 11011010 1000000 10000011 0 1000111 101000 1111 101001110 1000100 110111

Color Harmonies of #DA4083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4083

Black with #DA4083

Text Example


Text Example

White with #DA4083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4083; }

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

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

background-color css

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

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

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

border-color css

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

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

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