Html Css Color HEX #D0517D Cranberry

📋 copy color: '#D0517D'

red 208 ◦ green 81 ◦ blue 125

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

Shades of Cranberry #D0517D

Tints of Cranberry #D0517D

RGB

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

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

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

R = 50.24%
G = 19.57%
B = 30.19%

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

#D0517D (or 0xD0517D) is known color: Cranberry. HEX triplet: D0, 51 and 7D. RGB value is (208,81,125). Sum of RGB (Red+Green+Blue) = 208+81+125=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 81 (32.03% from 255 or 19.57% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D0517D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0517D is #2FAE82. Grayscale: #7B7B7B. Windows color (decimal): -3124867 or 8212944. OLE color: 8212944.

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

Color convert

RGB 208 81 125 -
CMYK 0 0.61 0.40 0.18
HSL 339.21º 0.57% 0.57% -
HSV(B) 339.21º 0.61% 0.82% -
XYZ 32.66 20.78 21.69 -
YUV 123.99 128.58 187.92 -
System Red Green Blue C M Y K H S L
Decimal 208 81 125 0 0.61 0.40 0.18 339.21 0.57 0.57
Hex D0 51 7D 0 3D 28 12 153 39 39
Octal 320 121 175 0 75 50 22 523 71 71
Binary 11010000 1010001 1111101 0 111101 101000 10010 101010011 111001 111001

Color Harmonies of #D0517D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0517D

Black with #D0517D

Text Example


Text Example

White with #D0517D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0517D; }

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

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

background-color css

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

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

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

border-color css

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

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

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