Html Css Color HEX #DA239E Deep Cerise

📋 copy color: '#DA239E'

red 218 ◦ green 35 ◦ blue 158

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

Shades of Deep Cerise #DA239E

Tints of Deep Cerise #DA239E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.52%

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

R = 53.04%
G = 8.52%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA239E (or 0xDA239E) is known color: Deep Cerise. HEX triplet: DA, 23 and 9E. RGB value is (218,35,158). Sum of RGB (Red+Green+Blue) = 218+35+158=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 35 (14.06% from 255 or 8.52% from 411); Blue value is 158 (62.11% from 255 or 38.44% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DA239E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA239E is #25DC61. Grayscale: #676767. Windows color (decimal): -2481250 or 10363866. OLE color: 10363866.

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

Color convert

RGB 218 35 158 -
CMYK 0 0.84 0.28 0.15
HSL 319.67º 0.72% 0.5% -
HSV(B) 319.67º 0.84% 0.85% -
XYZ 35.69 18.58 34.05 -
YUV 103.74 158.63 209.5 -
System Red Green Blue C M Y K H S L
Decimal 218 35 158 0 0.84 0.28 0.15 319.67 0.72 0.5
Hex DA 23 9E 0 54 1C F 140 48 32
Octal 332 43 236 0 124 34 17 500 110 62
Binary 11011010 100011 10011110 0 1010100 11100 1111 101000000 1001000 110010

Color Harmonies of #DA239E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA239E

Black with #DA239E

Text Example


Text Example

White with #DA239E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA239E; }

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

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

background-color css

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

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

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

border-color css

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

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

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