Html Css Color HEX #D55285 Cranberry

📋 copy color: '#D55285'

red 213 ◦ green 82 ◦ blue 133

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

Shades of Cranberry #D55285

Tints of Cranberry #D55285

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.16%

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

R = 49.77%
G = 19.16%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D55285 (or 0xD55285) is known color: Cranberry. HEX triplet: D5, 52 and 85. RGB value is (213,82,133). Sum of RGB (Red+Green+Blue) = 213+82+133=428 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.77% from 428); Green value is 82 (32.42% from 255 or 19.16% from 428); Blue value is 133 (52.34% from 255 or 31.07% from 428); Max value from RGB is 213 - color contains mainly: red. Hex color #D55285 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55285 is #2AAD7A. Grayscale: #7E7E7E. Windows color (decimal): -2796923 or 8737493. OLE color: 8737493.

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

Color convert

RGB 213 82 133 -
CMYK 0 0.62 0.38 0.16
HSL 336.64º 0.61% 0.58% -
HSV(B) 336.64º 0.62% 0.84% -
XYZ 34.69 21.87 24.58 -
YUV 126.98 131.4 189.35 -
System Red Green Blue C M Y K H S L
Decimal 213 82 133 0 0.62 0.38 0.16 336.64 0.61 0.58
Hex D5 52 85 0 3E 26 10 151 3D 3A
Octal 325 122 205 0 76 46 20 521 75 72
Binary 11010101 1010010 10000101 0 111110 100110 10000 101010001 111101 111010

Color Harmonies of #D55285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55285

Black with #D55285

Text Example


Text Example

White with #D55285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55285; }

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

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

background-color css

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

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

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

border-color css

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

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

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