Html Css Color HEX #D1237F Deep Cerise

📋 copy color: '#D1237F'

red 209 ◦ green 35 ◦ blue 127

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

Shades of Deep Cerise #D1237F

Tints of Deep Cerise #D1237F

RGB

 RED value IS 209 (82.03% from 255) = 56.33%

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

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

R = 56.33%
G = 9.43%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D1237F (or 0xD1237F) is known color: Deep Cerise. HEX triplet: D1, 23 and 7F. RGB value is (209,35,127). Sum of RGB (Red+Green+Blue) = 209+35+127=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 35 (14.06% from 255 or 9.43% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D1237F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1237F is #2EDC80. Grayscale: #616161. Windows color (decimal): -3071105 or 8332241. OLE color: 8332241.

HSL color Cylindrical-coordinate representation of color #D1237F: hue angle of 328.28º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D1237F is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 35 127 -
CMYK 0 0.83 0.39 0.18
HSL 328.28º 0.71% 0.48% -
HSV(B) 328.28º 0.83% 0.82% -
XYZ 30.73 16.29 21.6 -
YUV 97.51 144.65 207.52 -
System Red Green Blue C M Y K H S L
Decimal 209 35 127 0 0.83 0.39 0.18 328.28 0.71 0.48
Hex D1 23 7F 0 53 27 12 148 47 30
Octal 321 43 177 0 123 47 22 510 107 60
Binary 11010001 100011 1111111 0 1010011 100111 10010 101001000 1000111 110000

Color Harmonies of #D1237F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1237F

Black with #D1237F

Text Example


Text Example

White with #D1237F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1237F; }

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

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

background-color css

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

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

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

border-color css

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

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

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