Html Css Color HEX #D0517F Cranberry

📋 copy color: '#D0517F'

red 208 ◦ green 81 ◦ blue 127

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

Shades of Cranberry #D0517F

Tints of Cranberry #D0517F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.53%

R = 50%
G = 19.47%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D0517F (or 0xD0517F) is known color: Cranberry. HEX triplet: D0, 51 and 7F. RGB value is (208,81,127). Sum of RGB (Red+Green+Blue) = 208+81+127=416 (55% of max value = 765). Red value is 208 (81.64% from 255 or 50% from 416); Green value is 81 (32.03% from 255 or 19.47% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 208 - color contains mainly: red. Hex color #D0517F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0517F is #2FAE80. Grayscale: #7C7C7C. Windows color (decimal): -3124865 or 8344016. OLE color: 8344016.

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

Color convert

RGB 208 81 127 -
CMYK 0 0.61 0.39 0.18
HSL 338.27º 0.57% 0.57% -
HSV(B) 338.27º 0.61% 0.82% -
XYZ 32.79 20.83 22.37 -
YUV 124.22 129.58 187.76 -
System Red Green Blue C M Y K H S L
Decimal 208 81 127 0 0.61 0.39 0.18 338.27 0.57 0.57
Hex D0 51 7F 0 3D 27 12 152 39 39
Octal 320 121 177 0 75 47 22 522 71 71
Binary 11010000 1010001 1111111 0 111101 100111 10010 101010010 111001 111001

Color Harmonies of #D0517F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0517F

Black with #D0517F

Text Example


Text Example

White with #D0517F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0517F; }

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

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

background-color css

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

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

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

border-color css

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

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

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