Html Css Color HEX #D1337F Deep Cerise

📋 copy color: '#D1337F'

red 209 ◦ green 51 ◦ blue 127

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

Shades of Deep Cerise #D1337F

Tints of Deep Cerise #D1337F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.18%

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

R = 54.01%
G = 13.18%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D1337F (or 0xD1337F) is known color: Deep Cerise. HEX triplet: D1, 33 and 7F. RGB value is (209,51,127). Sum of RGB (Red+Green+Blue) = 209+51+127=387 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.01% from 387); Green value is 51 (20.31% from 255 or 13.18% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 209 - color contains mainly: red. Hex color #D1337F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1337F is #2ECC80. Grayscale: #6A6A6A. Windows color (decimal): -3067009 or 8336337. OLE color: 8336337.

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

Color convert

RGB 209 51 127 -
CMYK 0 0.76 0.39 0.18
HSL 331.14º 0.63% 0.51% -
HSV(B) 331.14º 0.76% 0.82% -
XYZ 31.31 17.46 21.8 -
YUV 106.91 139.35 200.82 -
System Red Green Blue C M Y K H S L
Decimal 209 51 127 0 0.76 0.39 0.18 331.14 0.63 0.51
Hex D1 33 7F 0 4C 27 12 14B 3F 33
Octal 321 63 177 0 114 47 22 513 77 63
Binary 11010001 110011 1111111 0 1001100 100111 10010 101001011 111111 110011

Color Harmonies of #D1337F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1337F

Black with #D1337F

Text Example


Text Example

White with #D1337F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1337F; }

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

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

background-color css

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

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

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

border-color css

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

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

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