Html Css Color HEX #D1307C Deep Cerise

📋 copy color: '#D1307C'

red 209 ◦ green 48 ◦ blue 124

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

Shades of Deep Cerise #D1307C

Tints of Deep Cerise #D1307C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.6%

 BLUE value IS 124 (48.83% from 255) = 32.55%

R = 54.86%
G = 12.6%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D1307C (or 0xD1307C) is known color: Deep Cerise. HEX triplet: D1, 30 and 7C. RGB value is (209,48,124). Sum of RGB (Red+Green+Blue) = 209+48+124=381 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.86% from 381); Green value is 48 (19.14% from 255 or 12.60% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 209 - color contains mainly: red. Hex color #D1307C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1307C is #2ECF83. Grayscale: #686868. Windows color (decimal): -3067780 or 8138961. OLE color: 8138961.

HSL color Cylindrical-coordinate representation of color #D1307C: hue angle of 331.68º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D1307C is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 48 124 -
CMYK 0 0.77 0.41 0.18
HSL 331.68º 0.64% 0.5% -
HSV(B) 331.68º 0.77% 0.82% -
XYZ 30.99 17.12 20.74 -
YUV 104.8 138.84 202.32 -
System Red Green Blue C M Y K H S L
Decimal 209 48 124 0 0.77 0.41 0.18 331.68 0.64 0.5
Hex D1 30 7C 0 4D 29 12 14C 40 32
Octal 321 60 174 0 115 51 22 514 100 62
Binary 11010001 110000 1111100 0 1001101 101001 10010 101001100 1000000 110010

Color Harmonies of #D1307C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1307C

Black with #D1307C

Text Example


Text Example

White with #D1307C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1307C; }

 p { color: rgb(209,48,124); }

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

background-color css

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

 a { background-color: rgb(209,48,124); }

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

border-color css

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

 span { border-color: rgb(209,48,124); }

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