Html Css Color HEX #DA239F Deep Cerise

📋 copy color: '#DA239F'

red 218 ◦ green 35 ◦ blue 159

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

Shades of Deep Cerise #DA239F

Tints of Deep Cerise #DA239F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.59%

R = 52.91%
G = 8.5%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#DA239F (or 0xDA239F) is known color: Deep Cerise. HEX triplet: DA, 23 and 9F. RGB value is (218,35,159). Sum of RGB (Red+Green+Blue) = 218+35+159=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 35 (14.06% from 255 or 8.50% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA239F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA239F is #25DC60. Grayscale: #676767. Windows color (decimal): -2481249 or 10429402. OLE color: 10429402.

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

Color convert

RGB 218 35 159 -
CMYK 0 0.84 0.27 0.15
HSL 319.34º 0.72% 0.5% -
HSV(B) 319.34º 0.84% 0.85% -
XYZ 35.77 18.61 34.51 -
YUV 103.85 159.13 209.42 -
System Red Green Blue C M Y K H S L
Decimal 218 35 159 0 0.84 0.27 0.15 319.34 0.72 0.5
Hex DA 23 9F 0 54 1B F 13F 48 32
Octal 332 43 237 0 124 33 17 477 110 62
Binary 11011010 100011 10011111 0 1010100 11011 1111 100111111 1001000 110010

Color Harmonies of #DA239F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA239F

Black with #DA239F

Text Example


Text Example

White with #DA239F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA239F; }

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

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

background-color css

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

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

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

border-color css

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

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

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