Html Css Color HEX #D5527B Cranberry

📋 copy color: '#D5527B'

red 213 ◦ green 82 ◦ blue 123

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

Shades of Cranberry #D5527B

Tints of Cranberry #D5527B

RGB

 RED value IS 213 (83.59% from 255) = 50.96%

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

 BLUE value IS 123 (48.44% from 255) = 29.43%

R = 50.96%
G = 19.62%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5527B (or 0xD5527B) is known color: Cranberry. HEX triplet: D5, 52 and 7B. RGB value is (213,82,123). Sum of RGB (Red+Green+Blue) = 213+82+123=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 82 (32.42% from 255 or 19.62% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D5527B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5527B is #2AAD84. Grayscale: #7D7D7D. Windows color (decimal): -2796933 or 8082133. OLE color: 8082133.

HSL color Cylindrical-coordinate representation of color #D5527B: hue angle of 341.22º degrees, saturation: 0.61, 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 #D5527B is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 82 123 -
CMYK 0 0.62 0.42 0.16
HSL 341.22º 0.61% 0.58% -
HSV(B) 341.22º 0.62% 0.84% -
XYZ 34.03 21.61 21.12 -
YUV 125.84 126.4 190.17 -
System Red Green Blue C M Y K H S L
Decimal 213 82 123 0 0.62 0.42 0.16 341.22 0.61 0.58
Hex D5 52 7B 0 3E 2A 10 155 3D 3A
Octal 325 122 173 0 76 52 20 525 75 72
Binary 11010101 1010010 1111011 0 111110 101010 10000 101010101 111101 111010

Color Harmonies of #D5527B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5527B

Black with #D5527B

Text Example


Text Example

White with #D5527B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5527B; }

 p { color: rgb(213,82,123); }

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

background-color css

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

 a { background-color: rgb(213,82,123); }

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

border-color css

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

 span { border-color: rgb(213,82,123); }

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