Html Css Color HEX #D55B76 Cranberry

📋 copy color: '#D55B76'

red 213 ◦ green 91 ◦ blue 118

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

Shades of Cranberry #D55B76

Tints of Cranberry #D55B76

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.56%

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

R = 50.47%
G = 21.56%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D55B76 (or 0xD55B76) is known color: Cranberry. HEX triplet: D5, 5B and 76. RGB value is (213,91,118). Sum of RGB (Red+Green+Blue) = 213+91+118=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 91 (35.94% from 255 or 21.56% from 422); Blue value is 118 (46.48% from 255 or 27.96% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D55B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55B76 is #2AA489. Grayscale: #828282. Windows color (decimal): -2794634 or 7756757. OLE color: 7756757.

HSL color Cylindrical-coordinate representation of color #D55B76: hue angle of 346.72º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D55B76 is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 91 118 -
CMYK 0 0.57 0.45 0.16
HSL 346.72º 0.59% 0.6% -
HSV(B) 346.72º 0.57% 0.84% -
XYZ 34.45 22.94 19.75 -
YUV 130.56 120.92 186.8 -
System Red Green Blue C M Y K H S L
Decimal 213 91 118 0 0.57 0.45 0.16 346.72 0.59 0.6
Hex D5 5B 76 0 39 2D 10 15B 3B 3C
Octal 325 133 166 0 71 55 20 533 73 74
Binary 11010101 1011011 1110110 0 111001 101101 10000 101011011 111011 111100

Color Harmonies of #D55B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55B76

Black with #D55B76

Text Example


Text Example

White with #D55B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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