Html Css Color HEX #D0527F Cranberry

📋 copy color: '#D0527F'

red 208 ◦ green 82 ◦ blue 127

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

Shades of Cranberry #D0527F

Tints of Cranberry #D0527F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.66%

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

R = 49.88%
G = 19.66%
B = 30.46%

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

#D0527F (or 0xD0527F) is known color: Cranberry. HEX triplet: D0, 52 and 7F. RGB value is (208,82,127). Sum of RGB (Red+Green+Blue) = 208+82+127=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 82 (32.42% from 255 or 19.66% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D0527F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0527F is #2FAD80. Grayscale: #7C7C7C. Windows color (decimal): -3124609 or 8344272. OLE color: 8344272.

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

Color convert

RGB 208 82 127 -
CMYK 0 0.61 0.39 0.18
HSL 338.57º 0.57% 0.57% -
HSV(B) 338.57º 0.61% 0.82% -
XYZ 32.86 20.98 22.4 -
YUV 124.8 129.24 187.34 -
System Red Green Blue C M Y K H S L
Decimal 208 82 127 0 0.61 0.39 0.18 338.57 0.57 0.57
Hex D0 52 7F 0 3D 27 12 153 39 39
Octal 320 122 177 0 75 47 22 523 71 71
Binary 11010000 1010010 1111111 0 111101 100111 10010 101010011 111001 111001

Color Harmonies of #D0527F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0527F

Black with #D0527F

Text Example


Text Example

White with #D0527F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0527F; }

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

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

background-color css

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

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

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

border-color css

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

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

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