Html Css Color HEX #D55276 Cranberry

📋 copy color: '#D55276'

red 213 ◦ green 82 ◦ blue 118

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

Shades of Cranberry #D55276

Tints of Cranberry #D55276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.57%

R = 51.57%
G = 19.85%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D55276 (or 0xD55276) is known color: Cranberry. HEX triplet: D5, 52 and 76. RGB value is (213,82,118). Sum of RGB (Red+Green+Blue) = 213+82+118=413 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.57% from 413); Green value is 82 (32.42% from 255 or 19.85% from 413); Blue value is 118 (46.48% from 255 or 28.57% from 413); Max value from RGB is 213 - color contains mainly: red. Hex color #D55276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55276 is #2AAD89. Grayscale: #7D7D7D. Windows color (decimal): -2796938 or 7754453. OLE color: 7754453.

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

Color convert

RGB 213 82 118 -
CMYK 0 0.62 0.45 0.16
HSL 343.51º 0.61% 0.58% -
HSV(B) 343.51º 0.62% 0.84% -
XYZ 33.73 21.49 19.51 -
YUV 125.27 123.9 190.57 -
System Red Green Blue C M Y K H S L
Decimal 213 82 118 0 0.62 0.45 0.16 343.51 0.61 0.58
Hex D5 52 76 0 3E 2D 10 158 3D 3A
Octal 325 122 166 0 76 55 20 530 75 72
Binary 11010101 1010010 1110110 0 111110 101101 10000 101011000 111101 111010

Color Harmonies of #D55276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55276

Black with #D55276

Text Example


Text Example

White with #D55276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55276; }

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

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

background-color css

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

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

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

border-color css

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

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

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