Html Css Color HEX #D0317A Deep Cerise

📋 copy color: '#D0317A'

red 208 ◦ green 49 ◦ blue 122

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

Shades of Deep Cerise #D0317A

Tints of Deep Cerise #D0317A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.19%

R = 54.88%
G = 12.93%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D0317A (or 0xD0317A) is known color: Deep Cerise. HEX triplet: D0, 31 and 7A. RGB value is (208,49,122). Sum of RGB (Red+Green+Blue) = 208+49+122=379 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.88% from 379); Green value is 49 (19.53% from 255 or 12.93% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 208 - color contains mainly: red. Hex color #D0317A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0317A is #2FCE85. Grayscale: #686868. Windows color (decimal): -3133062 or 8008144. OLE color: 8008144.

HSL color Cylindrical-coordinate representation of color #D0317A: hue angle of 332.45º 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 #D0317A is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 49 122 -
CMYK 0 0.76 0.41 0.18
HSL 332.45º 0.63% 0.5% -
HSV(B) 332.45º 0.76% 0.82% -
XYZ 30.62 17.01 20.08 -
YUV 104.86 137.68 201.56 -
System Red Green Blue C M Y K H S L
Decimal 208 49 122 0 0.76 0.41 0.18 332.45 0.63 0.5
Hex D0 31 7A 0 4C 29 12 14C 3F 32
Octal 320 61 172 0 114 51 22 514 77 62
Binary 11010000 110001 1111010 0 1001100 101001 10010 101001100 111111 110010

Color Harmonies of #D0317A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0317A

Black with #D0317A

Text Example


Text Example

White with #D0317A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0317A; }

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

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

background-color css

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

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

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

border-color css

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

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

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