Html Css Color HEX #D13F7D Deep Cerise

📋 copy color: '#D13F7D'

red 209 ◦ green 63 ◦ blue 125

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

Shades of Deep Cerise #D13F7D

Tints of Deep Cerise #D13F7D

RGB

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

 GREEN value IS 63 (25% from 255) = 15.87%

 BLUE value IS 125 (49.22% from 255) = 31.49%

R = 52.64%
G = 15.87%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D13F7D (or 0xD13F7D) is known color: Deep Cerise. HEX triplet: D1, 3F and 7D. RGB value is (209,63,125). Sum of RGB (Red+Green+Blue) = 209+63+125=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 63 (25% from 255 or 15.87% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D13F7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13F7D is #2EC082. Grayscale: #717171. Windows color (decimal): -3063939 or 8208337. OLE color: 8208337.

HSL color Cylindrical-coordinate representation of color #D13F7D: hue angle of 334.52º degrees, saturation: 0.61, 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 #D13F7D is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 63 125 -
CMYK 0 0.70 0.40 0.18
HSL 334.52º 0.61% 0.53% -
HSV(B) 334.52º 0.7% 0.82% -
XYZ 31.77 18.59 21.32 -
YUV 113.72 134.37 195.96 -
System Red Green Blue C M Y K H S L
Decimal 209 63 125 0 0.70 0.40 0.18 334.52 0.61 0.53
Hex D1 3F 7D 0 46 28 12 14F 3D 35
Octal 321 77 175 0 106 50 22 517 75 65
Binary 11010001 111111 1111101 0 1000110 101000 10010 101001111 111101 110101

Color Harmonies of #D13F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13F7D

Black with #D13F7D

Text Example


Text Example

White with #D13F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13F7D; }

 p { color: rgb(209,63,125); }

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

background-color css

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

 a { background-color: rgb(209,63,125); }

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

border-color css

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

 span { border-color: rgb(209,63,125); }

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