Html Css Color HEX #D55186 Cranberry

📋 copy color: '#D55186'

red 213 ◦ green 81 ◦ blue 134

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

Shades of Cranberry #D55186

Tints of Cranberry #D55186

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.93%

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

R = 49.77%
G = 18.93%
B = 31.31%

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

#D55186 (or 0xD55186) is known color: Cranberry. HEX triplet: D5, 51 and 86. RGB value is (213,81,134). Sum of RGB (Red+Green+Blue) = 213+81+134=428 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.77% from 428); Green value is 81 (32.03% from 255 or 18.93% from 428); Blue value is 134 (52.73% from 255 or 31.31% from 428); Max value from RGB is 213 - color contains mainly: red. Hex color #D55186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55186 is #2AAE79. Grayscale: #7E7E7E. Windows color (decimal): -2797178 or 8802773. OLE color: 8802773.

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

Color convert

RGB 213 81 134 -
CMYK 0 0.62 0.37 0.16
HSL 335.91º 0.61% 0.58% -
HSV(B) 335.91º 0.62% 0.84% -
XYZ 34.69 21.75 24.92 -
YUV 126.51 132.23 189.69 -
System Red Green Blue C M Y K H S L
Decimal 213 81 134 0 0.62 0.37 0.16 335.91 0.61 0.58
Hex D5 51 86 0 3E 25 10 150 3D 3A
Octal 325 121 206 0 76 45 20 520 75 72
Binary 11010101 1010001 10000110 0 111110 100101 10000 101010000 111101 111010

Color Harmonies of #D55186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55186

Black with #D55186

Text Example


Text Example

White with #D55186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55186; }

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

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

background-color css

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

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

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

border-color css

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

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

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