Html Css Color HEX #D13C7E Deep Cerise

📋 copy color: '#D13C7E'

red 209 ◦ green 60 ◦ blue 126

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

Shades of Deep Cerise #D13C7E

Tints of Deep Cerise #D13C7E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.19%

 BLUE value IS 126 (49.61% from 255) = 31.9%

R = 52.91%
G = 15.19%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D13C7E (or 0xD13C7E) is known color: Deep Cerise. HEX triplet: D1, 3C and 7E. RGB value is (209,60,126). Sum of RGB (Red+Green+Blue) = 209+60+126=395 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.91% from 395); Green value is 60 (23.83% from 255 or 15.19% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13C7E is #2EC381. Grayscale: #6F6F6F. Windows color (decimal): -3064706 or 8273105. OLE color: 8273105.

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

Color convert

RGB 209 60 126 -
CMYK 0 0.71 0.40 0.18
HSL 333.42º 0.62% 0.53% -
HSV(B) 333.42º 0.71% 0.82% -
XYZ 31.68 18.29 21.6 -
YUV 112.08 135.86 197.13 -
System Red Green Blue C M Y K H S L
Decimal 209 60 126 0 0.71 0.40 0.18 333.42 0.62 0.53
Hex D1 3C 7E 0 47 28 12 14D 3E 35
Octal 321 74 176 0 107 50 22 515 76 65
Binary 11010001 111100 1111110 0 1000111 101000 10010 101001101 111110 110101

Color Harmonies of #D13C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13C7E

Black with #D13C7E

Text Example


Text Example

White with #D13C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13C7E; }

 p { color: rgb(209,60,126); }

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

background-color css

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

 a { background-color: rgb(209,60,126); }

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

border-color css

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

 span { border-color: rgb(209,60,126); }

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