Html Css Color HEX #DA3F9E Deep Cerise

📋 copy color: '#DA3F9E'

red 218 ◦ green 63 ◦ blue 158

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

Shades of Deep Cerise #DA3F9E

Tints of Deep Cerise #DA3F9E

RGB

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

 GREEN value IS 63 (25% from 255) = 14.35%

 BLUE value IS 158 (62.11% from 255) = 35.99%

R = 49.66%
G = 14.35%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA3F9E (or 0xDA3F9E) is known color: Deep Cerise. HEX triplet: DA, 3F and 9E. RGB value is (218,63,158). Sum of RGB (Red+Green+Blue) = 218+63+158=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 63 (25% from 255 or 14.35% from 439); Blue value is 158 (62.11% from 255 or 35.99% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3F9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3F9E is #25C061. Grayscale: #777777. Windows color (decimal): -2474082 or 10371034. OLE color: 10371034.

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

Color convert

RGB 218 63 158 -
CMYK 0 0.71 0.28 0.15
HSL 323.23º 0.68% 0.55% -
HSV(B) 323.23º 0.71% 0.85% -
XYZ 36.86 20.93 34.44 -
YUV 120.18 149.35 197.78 -
System Red Green Blue C M Y K H S L
Decimal 218 63 158 0 0.71 0.28 0.15 323.23 0.68 0.55
Hex DA 3F 9E 0 47 1C F 143 44 37
Octal 332 77 236 0 107 34 17 503 104 67
Binary 11011010 111111 10011110 0 1000111 11100 1111 101000011 1000100 110111

Color Harmonies of #DA3F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3F9E

Black with #DA3F9E

Text Example


Text Example

White with #DA3F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3F9E; }

 p { color: rgb(218,63,158); }

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

background-color css

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

 a { background-color: rgb(218,63,158); }

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

border-color css

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

 span { border-color: rgb(218,63,158); }

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