Html Css Color HEX #D2527D Cranberry

📋 copy color: '#D2527D'

red 210 ◦ green 82 ◦ blue 125

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

Shades of Cranberry #D2527D

Tints of Cranberry #D2527D

RGB

 RED value IS 210 (82.42% from 255) = 50.36%

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

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

R = 50.36%
G = 19.66%
B = 29.98%

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

#D2527D (or 0xD2527D) is known color: Cranberry. HEX triplet: D2, 52 and 7D. RGB value is (210,82,125). Sum of RGB (Red+Green+Blue) = 210+82+125=417 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.36% from 417); Green value is 82 (32.42% from 255 or 19.66% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 210 - color contains mainly: red. Hex color #D2527D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2527D is #2DAD82. Grayscale: #7D7D7D. Windows color (decimal): -2993539 or 8213202. OLE color: 8213202.

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

Color convert

RGB 210 82 125 -
CMYK 0 0.61 0.40 0.18
HSL 339.84º 0.59% 0.57% -
HSV(B) 339.84º 0.61% 0.82% -
XYZ 33.3 21.22 21.74 -
YUV 125.17 127.91 188.5 -
System Red Green Blue C M Y K H S L
Decimal 210 82 125 0 0.61 0.40 0.18 339.84 0.59 0.57
Hex D2 52 7D 0 3D 28 12 154 3B 39
Octal 322 122 175 0 75 50 22 524 73 71
Binary 11010010 1010010 1111101 0 111101 101000 10010 101010100 111011 111001

Color Harmonies of #D2527D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2527D

Black with #D2527D

Text Example


Text Example

White with #D2527D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2527D; }

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

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

background-color css

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

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

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

border-color css

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

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

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