Html Css Color HEX #D0317D Deep Cerise

📋 copy color: '#D0317D'

red 208 ◦ green 49 ◦ blue 125

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

Shades of Deep Cerise #D0317D

Tints of Deep Cerise #D0317D

RGB

 RED value IS 208 (81.64% from 255) = 54.45%

 GREEN value IS 49 (19.53% from 255) = 12.83%

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

R = 54.45%
G = 12.83%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0317D (or 0xD0317D) is known color: Deep Cerise. HEX triplet: D0, 31 and 7D. RGB value is (208,49,125). Sum of RGB (Red+Green+Blue) = 208+49+125=382 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.45% from 382); Green value is 49 (19.53% from 255 or 12.83% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 208 - color contains mainly: red. Hex color #D0317D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0317D is #2FCE82. Grayscale: #696969. Windows color (decimal): -3133059 or 8204752. OLE color: 8204752.

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

Color convert

RGB 208 49 125 -
CMYK 0 0.76 0.40 0.18
HSL 331.32º 0.63% 0.5% -
HSV(B) 331.32º 0.76% 0.82% -
XYZ 30.81 17.09 21.08 -
YUV 105.21 139.18 201.32 -
System Red Green Blue C M Y K H S L
Decimal 208 49 125 0 0.76 0.40 0.18 331.32 0.63 0.5
Hex D0 31 7D 0 4C 28 12 14B 3F 32
Octal 320 61 175 0 114 50 22 513 77 62
Binary 11010000 110001 1111101 0 1001100 101000 10010 101001011 111111 110010

Color Harmonies of #D0317D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0317D

Black with #D0317D

Text Example


Text Example

White with #D0317D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0317D; }

 p { color: rgb(208,49,125); }

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

background-color css

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

 a { background-color: rgb(208,49,125); }

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

border-color css

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

 span { border-color: rgb(208,49,125); }

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