Html Css Color HEX #D0527D Cranberry

📋 copy color: '#D0527D'

red 208 ◦ green 82 ◦ blue 125

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

Shades of Cranberry #D0527D

Tints of Cranberry #D0527D

RGB

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

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

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

R = 50.12%
G = 19.76%
B = 30.12%

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

#D0527D (or 0xD0527D) is known color: Cranberry. HEX triplet: D0, 52 and 7D. RGB value is (208,82,125). Sum of RGB (Red+Green+Blue) = 208+82+125=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 82 (32.42% from 255 or 19.76% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D0527D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0527D is #2FAD82. Grayscale: #7C7C7C. Windows color (decimal): -3124611 or 8213200. OLE color: 8213200.

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

Color convert

RGB 208 82 125 -
CMYK 0 0.61 0.40 0.18
HSL 339.52º 0.57% 0.57% -
HSV(B) 339.52º 0.61% 0.82% -
XYZ 32.73 20.93 21.72 -
YUV 124.58 128.24 187.5 -
System Red Green Blue C M Y K H S L
Decimal 208 82 125 0 0.61 0.40 0.18 339.52 0.57 0.57
Hex D0 52 7D 0 3D 28 12 154 39 39
Octal 320 122 175 0 75 50 22 524 71 71
Binary 11010000 1010010 1111101 0 111101 101000 10010 101010100 111001 111001

Color Harmonies of #D0527D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0527D

Black with #D0527D

Text Example


Text Example

White with #D0527D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0527D; }

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

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

background-color css

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

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

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

border-color css

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

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

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