Html Css Color HEX #D55D85 Cranberry

📋 copy color: '#D55D85'

red 213 ◦ green 93 ◦ blue 133

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

Shades of Cranberry #D55D85

Tints of Cranberry #D55D85

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.18%

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

R = 48.52%
G = 21.18%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D55D85 (or 0xD55D85) is known color: Cranberry. HEX triplet: D5, 5D and 85. RGB value is (213,93,133). Sum of RGB (Red+Green+Blue) = 213+93+133=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 93 (36.72% from 255 or 21.18% from 439); Blue value is 133 (52.34% from 255 or 30.30% from 439); Max value from RGB is 213 - color contains mainly: red. Hex color #D55D85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55D85 is #2AA27A. Grayscale: #858585. Windows color (decimal): -2794107 or 8740309. OLE color: 8740309.

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

Color convert

RGB 213 93 133 -
CMYK 0 0.56 0.38 0.16
HSL 340º 0.59% 0.6% -
HSV(B) 340º 0.56% 0.84% -
XYZ 35.59 23.67 24.88 -
YUV 133.44 127.76 184.75 -
System Red Green Blue C M Y K H S L
Decimal 213 93 133 0 0.56 0.38 0.16 340 0.59 0.6
Hex D5 5D 85 0 38 26 10 154 3B 3C
Octal 325 135 205 0 70 46 20 524 73 74
Binary 11010101 1011101 10000101 0 111000 100110 10000 101010100 111011 111100

Color Harmonies of #D55D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55D85

Black with #D55D85

Text Example


Text Example

White with #D55D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55D85; }

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

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

background-color css

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

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

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

border-color css

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

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

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