Html Css Color HEX #D55685 Cranberry

📋 copy color: '#D55685'

red 213 ◦ green 86 ◦ blue 133

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

Shades of Cranberry #D55685

Tints of Cranberry #D55685

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.91%

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

R = 49.31%
G = 19.91%
B = 30.79%

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

#D55685 (or 0xD55685) is known color: Cranberry. HEX triplet: D5, 56 and 85. RGB value is (213,86,133). Sum of RGB (Red+Green+Blue) = 213+86+133=432 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.31% from 432); Green value is 86 (33.98% from 255 or 19.91% from 432); Blue value is 133 (52.34% from 255 or 30.79% from 432); Max value from RGB is 213 - color contains mainly: red. Hex color #D55685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55685 is #2AA97A. Grayscale: #818181. Windows color (decimal): -2795899 or 8738517. OLE color: 8738517.

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

Color convert

RGB 213 86 133 -
CMYK 0 0.60 0.38 0.16
HSL 337.8º 0.6% 0.59% -
HSV(B) 337.8º 0.6% 0.84% -
XYZ 35 22.5 24.69 -
YUV 129.33 130.08 187.68 -
System Red Green Blue C M Y K H S L
Decimal 213 86 133 0 0.60 0.38 0.16 337.8 0.6 0.59
Hex D5 56 85 0 3C 26 10 152 3C 3B
Octal 325 126 205 0 74 46 20 522 74 73
Binary 11010101 1010110 10000101 0 111100 100110 10000 101010010 111100 111011

Color Harmonies of #D55685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55685

Black with #D55685

Text Example


Text Example

White with #D55685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55685; }

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

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

background-color css

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

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

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

border-color css

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

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

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