Html Css Color HEX #D55985 Cranberry

📋 copy color: '#D55985'

red 213 ◦ green 89 ◦ blue 133

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

Shades of Cranberry #D55985

Tints of Cranberry #D55985

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.46%

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

R = 48.97%
G = 20.46%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D55985 (or 0xD55985) is known color: Cranberry. HEX triplet: D5, 59 and 85. RGB value is (213,89,133). Sum of RGB (Red+Green+Blue) = 213+89+133=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 89 (35.16% from 255 or 20.46% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D55985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55985 is #2AA67A. Grayscale: #838383. Windows color (decimal): -2795131 or 8739285. OLE color: 8739285.

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

Color convert

RGB 213 89 133 -
CMYK 0 0.58 0.38 0.16
HSL 338.71º 0.6% 0.59% -
HSV(B) 338.71º 0.58% 0.84% -
XYZ 35.25 22.98 24.77 -
YUV 131.09 129.08 186.42 -
System Red Green Blue C M Y K H S L
Decimal 213 89 133 0 0.58 0.38 0.16 338.71 0.6 0.59
Hex D5 59 85 0 3A 26 10 153 3C 3B
Octal 325 131 205 0 72 46 20 523 74 73
Binary 11010101 1011001 10000101 0 111010 100110 10000 101010011 111100 111011

Color Harmonies of #D55985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55985

Black with #D55985

Text Example


Text Example

White with #D55985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55985; }

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

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

background-color css

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

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

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

border-color css

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

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

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