Html Css Color HEX #D5527D Cranberry

📋 copy color: '#D5527D'

red 213 ◦ green 82 ◦ blue 125

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

Shades of Cranberry #D5527D

Tints of Cranberry #D5527D

RGB

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

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

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

R = 50.71%
G = 19.52%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D5527D (or 0xD5527D) is known color: Cranberry. HEX triplet: D5, 52 and 7D. RGB value is (213,82,125). Sum of RGB (Red+Green+Blue) = 213+82+125=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D5527D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5527D is #2AAD82. Grayscale: #7E7E7E. Windows color (decimal): -2796931 or 8213205. OLE color: 8213205.

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

Color convert

RGB 213 82 125 -
CMYK 0 0.62 0.41 0.16
HSL 340.31º 0.61% 0.58% -
HSV(B) 340.31º 0.62% 0.84% -
XYZ 34.16 21.66 21.78 -
YUV 126.07 127.4 190 -
System Red Green Blue C M Y K H S L
Decimal 213 82 125 0 0.62 0.41 0.16 340.31 0.61 0.58
Hex D5 52 7D 0 3E 29 10 154 3D 3A
Octal 325 122 175 0 76 51 20 524 75 72
Binary 11010101 1010010 1111101 0 111110 101001 10000 101010100 111101 111010

Color Harmonies of #D5527D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5527D

Black with #D5527D

Text Example


Text Example

White with #D5527D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5527D; }

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

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

background-color css

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

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

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

border-color css

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

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

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