Html Css Color HEX #DA237F Deep Cerise

📋 copy color: '#DA237F'

red 218 ◦ green 35 ◦ blue 127

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

Shades of Deep Cerise #DA237F

Tints of Deep Cerise #DA237F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.42%

R = 57.37%
G = 9.21%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA237F (or 0xDA237F) is known color: Deep Cerise. HEX triplet: DA, 23 and 7F. RGB value is (218,35,127). Sum of RGB (Red+Green+Blue) = 218+35+127=380 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.37% from 380); Green value is 35 (14.06% from 255 or 9.21% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 218 - color contains mainly: red. Hex color #DA237F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA237F is #25DC80. Grayscale: #646464. Windows color (decimal): -2481281 or 8332250. OLE color: 8332250.

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

Color convert

RGB 218 35 127 -
CMYK 0 0.84 0.42 0.15
HSL 329.84º 0.72% 0.5% -
HSV(B) 329.84º 0.84% 0.85% -
XYZ 33.35 17.64 21.73 -
YUV 100.21 143.13 212.02 -
System Red Green Blue C M Y K H S L
Decimal 218 35 127 0 0.84 0.42 0.15 329.84 0.72 0.5
Hex DA 23 7F 0 54 2A F 14A 48 32
Octal 332 43 177 0 124 52 17 512 110 62
Binary 11011010 100011 1111111 0 1010100 101010 1111 101001010 1001000 110010

Color Harmonies of #DA237F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA237F

Black with #DA237F

Text Example


Text Example

White with #DA237F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA237F; }

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

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

background-color css

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

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

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

border-color css

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

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

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