Html Css Color HEX #D55D86 Cranberry

📋 copy color: '#D55D86'

red 213 ◦ green 93 ◦ blue 134

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

Shades of Cranberry #D55D86

Tints of Cranberry #D55D86

RGB

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

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

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

R = 48.41%
G = 21.14%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D55D86 (or 0xD55D86) is known color: Cranberry. HEX triplet: D5, 5D and 86. RGB value is (213,93,134). Sum of RGB (Red+Green+Blue) = 213+93+134=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 93 (36.72% from 255 or 21.14% from 440); Blue value is 134 (52.73% from 255 or 30.45% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D55D86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55D86 is #2AA279. Grayscale: #858585. Windows color (decimal): -2794106 or 8805845. OLE color: 8805845.

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

Color convert

RGB 213 93 134 -
CMYK 0 0.56 0.37 0.16
HSL 339.5º 0.59% 0.6% -
HSV(B) 339.5º 0.56% 0.84% -
XYZ 35.66 23.7 25.25 -
YUV 133.55 128.26 184.67 -
System Red Green Blue C M Y K H S L
Decimal 213 93 134 0 0.56 0.37 0.16 339.5 0.59 0.6
Hex D5 5D 86 0 38 25 10 154 3B 3C
Octal 325 135 206 0 70 45 20 524 73 74
Binary 11010101 1011101 10000110 0 111000 100101 10000 101010100 111011 111100

Color Harmonies of #D55D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55D86

Black with #D55D86

Text Example


Text Example

White with #D55D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55D86; }

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

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

background-color css

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

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

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

border-color css

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

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

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