Html Css Color HEX #DA239D Deep Cerise

📋 copy color: '#DA239D'

red 218 ◦ green 35 ◦ blue 157

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

Shades of Deep Cerise #DA239D

Tints of Deep Cerise #DA239D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.29%

R = 53.17%
G = 8.54%
B = 38.29%

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

#DA239D (or 0xDA239D) is known color: Deep Cerise. HEX triplet: DA, 23 and 9D. RGB value is (218,35,157). Sum of RGB (Red+Green+Blue) = 218+35+157=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 35 (14.06% from 255 or 8.54% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DA239D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA239D is #25DC62. Grayscale: #676767. Windows color (decimal): -2481251 or 10298330. OLE color: 10298330.

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

Color convert

RGB 218 35 157 -
CMYK 0 0.84 0.28 0.15
HSL 320º 0.72% 0.5% -
HSV(B) 320º 0.84% 0.85% -
XYZ 35.6 18.54 33.6 -
YUV 103.63 158.13 209.58 -
System Red Green Blue C M Y K H S L
Decimal 218 35 157 0 0.84 0.28 0.15 320 0.72 0.5
Hex DA 23 9D 0 54 1C F 140 48 32
Octal 332 43 235 0 124 34 17 500 110 62
Binary 11011010 100011 10011101 0 1010100 11100 1111 101000000 1001000 110010

Color Harmonies of #DA239D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA239D

Black with #DA239D

Text Example


Text Example

White with #DA239D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA239D; }

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

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

background-color css

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

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

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

border-color css

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

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

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