Html Css Color HEX #D13E7F Deep Cerise

📋 copy color: '#D13E7F'

red 209 ◦ green 62 ◦ blue 127

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

Shades of Deep Cerise #D13E7F

Tints of Deep Cerise #D13E7F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.58%

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

R = 52.51%
G = 15.58%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D13E7F (or 0xD13E7F) is known color: Deep Cerise. HEX triplet: D1, 3E and 7F. RGB value is (209,62,127). Sum of RGB (Red+Green+Blue) = 209+62+127=398 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.51% from 398); Green value is 62 (24.61% from 255 or 15.58% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 209 - color contains mainly: red. Hex color #D13E7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13E7F is #2EC180. Grayscale: #717171. Windows color (decimal): -3064193 or 8339153. OLE color: 8339153.

HSL color Cylindrical-coordinate representation of color #D13E7F: hue angle of 333.47º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D13E7F is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 62 127 -
CMYK 0 0.70 0.39 0.18
HSL 333.47º 0.62% 0.53% -
HSV(B) 333.47º 0.7% 0.82% -
XYZ 31.85 18.53 21.98 -
YUV 113.36 135.7 196.21 -
System Red Green Blue C M Y K H S L
Decimal 209 62 127 0 0.70 0.39 0.18 333.47 0.62 0.53
Hex D1 3E 7F 0 46 27 12 14D 3E 35
Octal 321 76 177 0 106 47 22 515 76 65
Binary 11010001 111110 1111111 0 1000110 100111 10010 101001101 111110 110101

Color Harmonies of #D13E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13E7F

Black with #D13E7F

Text Example


Text Example

White with #D13E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13E7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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