Html Css Color HEX #D0517C Cranberry

📋 copy color: '#D0517C'

red 208 ◦ green 81 ◦ blue 124

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

Shades of Cranberry #D0517C

Tints of Cranberry #D0517C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.61%

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

R = 50.36%
G = 19.61%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0517C (or 0xD0517C) is known color: Cranberry. HEX triplet: D0, 51 and 7C. RGB value is (208,81,124). Sum of RGB (Red+Green+Blue) = 208+81+124=413 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.36% from 413); Green value is 81 (32.03% from 255 or 19.61% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 208 - color contains mainly: red. Hex color #D0517C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0517C is #2FAE83. Grayscale: #7B7B7B. Windows color (decimal): -3124868 or 8147408. OLE color: 8147408.

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

Color convert

RGB 208 81 124 -
CMYK 0 0.61 0.40 0.18
HSL 339.69º 0.57% 0.57% -
HSV(B) 339.69º 0.61% 0.82% -
XYZ 32.59 20.75 21.36 -
YUV 123.88 128.08 188 -
System Red Green Blue C M Y K H S L
Decimal 208 81 124 0 0.61 0.40 0.18 339.69 0.57 0.57
Hex D0 51 7C 0 3D 28 12 154 39 39
Octal 320 121 174 0 75 50 22 524 71 71
Binary 11010000 1010001 1111100 0 111101 101000 10010 101010100 111001 111001

Color Harmonies of #D0517C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0517C

Black with #D0517C

Text Example


Text Example

White with #D0517C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0517C; }

 p { color: rgb(208,81,124); }

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

background-color css

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

 a { background-color: rgb(208,81,124); }

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

border-color css

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

 span { border-color: rgb(208,81,124); }

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