Html Css Color HEX #D55284 Cranberry

📋 copy color: '#D55284'

red 213 ◦ green 82 ◦ blue 132

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

Shades of Cranberry #D55284

Tints of Cranberry #D55284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 30.91%

R = 49.88%
G = 19.2%
B = 30.91%

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

#D55284 (or 0xD55284) is known color: Cranberry. HEX triplet: D5, 52 and 84. RGB value is (213,82,132). Sum of RGB (Red+Green+Blue) = 213+82+132=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 82 (32.42% from 255 or 19.20% from 427); Blue value is 132 (51.95% from 255 or 30.91% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D55284 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55284 is #2AAD7B. Grayscale: #7E7E7E. Windows color (decimal): -2796924 or 8671957. OLE color: 8671957.

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

Color convert

RGB 213 82 132 -
CMYK 0 0.62 0.38 0.16
HSL 337.1º 0.61% 0.58% -
HSV(B) 337.1º 0.62% 0.84% -
XYZ 34.62 21.85 24.22 -
YUV 126.87 130.9 189.43 -
System Red Green Blue C M Y K H S L
Decimal 213 82 132 0 0.62 0.38 0.16 337.1 0.61 0.58
Hex D5 52 84 0 3E 26 10 151 3D 3A
Octal 325 122 204 0 76 46 20 521 75 72
Binary 11010101 1010010 10000100 0 111110 100110 10000 101010001 111101 111010

Color Harmonies of #D55284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55284

Black with #D55284

Text Example


Text Example

White with #D55284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55284; }

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

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

background-color css

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

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

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

border-color css

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

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

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