Html Css Color HEX #D55086 Cranberry

📋 copy color: '#D55086'

red 213 ◦ green 80 ◦ blue 134

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

Shades of Cranberry #D55086

Tints of Cranberry #D55086

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.74%

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

R = 49.88%
G = 18.74%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D55086 (or 0xD55086) is known color: Cranberry. HEX triplet: D5, 50 and 86. RGB value is (213,80,134). Sum of RGB (Red+Green+Blue) = 213+80+134=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 134 (52.73% from 255 or 31.38% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D55086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55086 is #2AAF79. Grayscale: #7D7D7D. Windows color (decimal): -2797434 or 8802517. OLE color: 8802517.

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

Color convert

RGB 213 80 134 -
CMYK 0 0.62 0.37 0.16
HSL 335.64º 0.61% 0.57% -
HSV(B) 335.64º 0.62% 0.84% -
XYZ 34.61 21.6 24.9 -
YUV 125.92 132.56 190.11 -
System Red Green Blue C M Y K H S L
Decimal 213 80 134 0 0.62 0.37 0.16 335.64 0.61 0.57
Hex D5 50 86 0 3E 25 10 150 3D 39
Octal 325 120 206 0 76 45 20 520 75 71
Binary 11010101 1010000 10000110 0 111110 100101 10000 101010000 111101 111001

Color Harmonies of #D55086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55086

Black with #D55086

Text Example


Text Example

White with #D55086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55086; }

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

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

background-color css

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

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

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

border-color css

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

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

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