Html Css Color HEX #D55B86 Cranberry

📋 copy color: '#D55B86'

red 213 ◦ green 91 ◦ blue 134

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

Shades of Cranberry #D55B86

Tints of Cranberry #D55B86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 30.59%

R = 48.63%
G = 20.78%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D55B86 (or 0xD55B86) is known color: Cranberry. HEX triplet: D5, 5B and 86. RGB value is (213,91,134). Sum of RGB (Red+Green+Blue) = 213+91+134=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 91 (35.94% from 255 or 20.78% from 438); Blue value is 134 (52.73% from 255 or 30.59% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D55B86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55B86 is #2AA479. Grayscale: #848484. Windows color (decimal): -2794618 or 8805333. OLE color: 8805333.

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

Color convert

RGB 213 91 134 -
CMYK 0 0.57 0.37 0.16
HSL 338.85º 0.59% 0.6% -
HSV(B) 338.85º 0.57% 0.84% -
XYZ 35.48 23.35 25.19 -
YUV 132.38 128.92 185.5 -
System Red Green Blue C M Y K H S L
Decimal 213 91 134 0 0.57 0.37 0.16 338.85 0.59 0.6
Hex D5 5B 86 0 39 25 10 153 3B 3C
Octal 325 133 206 0 71 45 20 523 73 74
Binary 11010101 1011011 10000110 0 111001 100101 10000 101010011 111011 111100

Color Harmonies of #D55B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55B86

Black with #D55B86

Text Example


Text Example

White with #D55B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55B86; }

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

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

background-color css

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

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

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

border-color css

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

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

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