Html Css Color HEX #D2527E Cranberry

📋 copy color: '#D2527E'

red 210 ◦ green 82 ◦ blue 126

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

Shades of Cranberry #D2527E

Tints of Cranberry #D2527E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.14%

R = 50.24%
G = 19.62%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.4

 K value IS 0.18

RGB Variations

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

Color information

#D2527E (or 0xD2527E) is known color: Cranberry. HEX triplet: D2, 52 and 7E. RGB value is (210,82,126). Sum of RGB (Red+Green+Blue) = 210+82+126=418 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.24% from 418); Green value is 82 (32.42% from 255 or 19.62% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 210 - color contains mainly: red. Hex color #D2527E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2527E is #2DAD81. Grayscale: #7D7D7D. Windows color (decimal): -2993538 or 8278738. OLE color: 8278738.

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

Color convert

RGB 210 82 126 -
CMYK 0 0.61 0.4 0.18
HSL 339.38º 0.59% 0.57% -
HSV(B) 339.38º 0.61% 0.82% -
XYZ 33.36 21.24 22.08 -
YUV 125.29 128.41 188.42 -
System Red Green Blue C M Y K H S L
Decimal 210 82 126 0 0.61 0.4 0.18 339.38 0.59 0.57
Hex D2 52 7E 0 3D 28 12 153 3B 39
Octal 322 122 176 0 75 50 22 523 73 71
Binary 11010010 1010010 1111110 0 111101 101000 10010 101010011 111011 111001

Color Harmonies of #D2527E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2527E

Black with #D2527E

Text Example


Text Example

White with #D2527E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2527E; }

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

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

background-color css

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

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

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

border-color css

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

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

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