Html Css Color HEX #D5237F Deep Cerise

📋 copy color: '#D5237F'

red 213 ◦ green 35 ◦ blue 127

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

Shades of Deep Cerise #D5237F

Tints of Deep Cerise #D5237F

RGB

 RED value IS 213 (83.59% from 255) = 56.8%

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

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

R = 56.8%
G = 9.33%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D5237F (or 0xD5237F) is known color: Deep Cerise. HEX triplet: D5, 23 and 7F. RGB value is (213,35,127). Sum of RGB (Red+Green+Blue) = 213+35+127=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 35 (14.06% from 255 or 9.33% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D5237F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5237F is #2ADC80. Grayscale: #626262. Windows color (decimal): -2808961 or 8332245. OLE color: 8332245.

HSL color Cylindrical-coordinate representation of color #D5237F: hue angle of 328.99º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D5237F is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 35 127 -
CMYK 0 0.84 0.40 0.16
HSL 328.99º 0.72% 0.49% -
HSV(B) 328.99º 0.84% 0.84% -
XYZ 31.87 16.88 21.66 -
YUV 98.71 143.97 209.52 -
System Red Green Blue C M Y K H S L
Decimal 213 35 127 0 0.84 0.40 0.16 328.99 0.72 0.49
Hex D5 23 7F 0 54 28 10 149 48 31
Octal 325 43 177 0 124 50 20 511 110 61
Binary 11010101 100011 1111111 0 1010100 101000 10000 101001001 1001000 110001

Color Harmonies of #D5237F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5237F

Black with #D5237F

Text Example


Text Example

White with #D5237F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5237F; }

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

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

background-color css

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

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

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

border-color css

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

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

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