Html Css Color HEX #D7527A Cranberry

📋 copy color: '#D7527A'

red 215 ◦ green 82 ◦ blue 122

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

Shades of Cranberry #D7527A

Tints of Cranberry #D7527A

RGB

 RED value IS 215 (84.38% from 255) = 51.31%

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

 BLUE value IS 122 (48.05% from 255) = 29.12%

R = 51.31%
G = 19.57%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D7527A (or 0xD7527A) is known color: Cranberry. HEX triplet: D7, 52 and 7A. RGB value is (215,82,122). Sum of RGB (Red+Green+Blue) = 215+82+122=419 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.31% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 215 - color contains mainly: red. Hex color #D7527A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7527A is #28AD85. Grayscale: #7E7E7E. Windows color (decimal): -2665862 or 8016599. OLE color: 8016599.

HSL color Cylindrical-coordinate representation of color #D7527A: hue angle of 341.95º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D7527A is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 82 122 -
CMYK 0 0.62 0.43 0.16
HSL 341.95º 0.62% 0.58% -
HSV(B) 341.95º 0.62% 0.84% -
XYZ 34.55 21.89 20.82 -
YUV 126.33 125.56 191.25 -
System Red Green Blue C M Y K H S L
Decimal 215 82 122 0 0.62 0.43 0.16 341.95 0.62 0.58
Hex D7 52 7A 0 3E 2B 10 156 3E 3A
Octal 327 122 172 0 76 53 20 526 76 72
Binary 11010111 1010010 1111010 0 111110 101011 10000 101010110 111110 111010

Color Harmonies of #D7527A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7527A

Black with #D7527A

Text Example


Text Example

White with #D7527A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7527A; }

 p { color: rgb(215,82,122); }

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

background-color css

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

 a { background-color: rgb(215,82,122); }

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

border-color css

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

 span { border-color: rgb(215,82,122); }

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