Html Css Color HEX #DA3C88 Deep Cerise

📋 copy color: '#DA3C88'

red 218 ◦ green 60 ◦ blue 136

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

Shades of Deep Cerise #DA3C88

Tints of Deep Cerise #DA3C88

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.49%

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

R = 52.66%
G = 14.49%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DA3C88 (or 0xDA3C88) is known color: Deep Cerise. HEX triplet: DA, 3C and 88. RGB value is (218,60,136). Sum of RGB (Red+Green+Blue) = 218+60+136=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 60 (23.83% from 255 or 14.49% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3C88 is #25C377. Grayscale: #737373. Windows color (decimal): -2474872 or 8928474. OLE color: 8928474.

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

Color convert

RGB 218 60 136 -
CMYK 0 0.72 0.38 0.15
HSL 331.14º 0.68% 0.55% -
HSV(B) 331.14º 0.72% 0.85% -
XYZ 34.97 19.91 25.29 -
YUV 115.91 139.35 200.82 -
System Red Green Blue C M Y K H S L
Decimal 218 60 136 0 0.72 0.38 0.15 331.14 0.68 0.55
Hex DA 3C 88 0 48 26 F 14B 44 37
Octal 332 74 210 0 110 46 17 513 104 67
Binary 11011010 111100 10001000 0 1001000 100110 1111 101001011 1000100 110111

Color Harmonies of #DA3C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3C88

Black with #DA3C88

Text Example


Text Example

White with #DA3C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3C88; }

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

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

background-color css

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

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

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

border-color css

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

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

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