Html Css Color HEX #D55585 Cranberry

📋 copy color: '#D55585'

red 213 ◦ green 85 ◦ blue 133

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

Shades of Cranberry #D55585

Tints of Cranberry #D55585

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.72%

 BLUE value IS 133 (52.34% from 255) = 30.86%

R = 49.42%
G = 19.72%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D55585 (or 0xD55585) is known color: Cranberry. HEX triplet: D5, 55 and 85. RGB value is (213,85,133). Sum of RGB (Red+Green+Blue) = 213+85+133=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 85 (33.59% from 255 or 19.72% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D55585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55585 is #2AAA7A. Grayscale: #808080. Windows color (decimal): -2796155 or 8738261. OLE color: 8738261.

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

Color convert

RGB 213 85 133 -
CMYK 0 0.60 0.38 0.16
HSL 337.5º 0.6% 0.58% -
HSV(B) 337.5º 0.6% 0.84% -
XYZ 34.92 22.34 24.66 -
YUV 128.74 130.41 188.1 -
System Red Green Blue C M Y K H S L
Decimal 213 85 133 0 0.60 0.38 0.16 337.5 0.6 0.58
Hex D5 55 85 0 3C 26 10 152 3C 3A
Octal 325 125 205 0 74 46 20 522 74 72
Binary 11010101 1010101 10000101 0 111100 100110 10000 101010010 111100 111010

Color Harmonies of #D55585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55585

Black with #D55585

Text Example


Text Example

White with #D55585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55585; }

 p { color: rgb(213,85,133); }

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

background-color css

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

 a { background-color: rgb(213,85,133); }

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

border-color css

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

 span { border-color: rgb(213,85,133); }

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