Html Css Color HEX #D55784 Cranberry

📋 copy color: '#D55784'

red 213 ◦ green 87 ◦ blue 132

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

Shades of Cranberry #D55784

Tints of Cranberry #D55784

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.14%

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

R = 49.31%
G = 20.14%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D55784 (or 0xD55784) is known color: Cranberry. HEX triplet: D5, 57 and 84. RGB value is (213,87,132). Sum of RGB (Red+Green+Blue) = 213+87+132=432 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.31% from 432); Green value is 87 (34.38% from 255 or 20.14% from 432); Blue value is 132 (51.95% from 255 or 30.56% from 432); Max value from RGB is 213 - color contains mainly: red. Hex color #D55784 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55784 is #2AA87B. Grayscale: #818181. Windows color (decimal): -2795644 or 8673237. OLE color: 8673237.

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

Color convert

RGB 213 87 132 -
CMYK 0 0.59 0.38 0.16
HSL 338.57º 0.6% 0.59% -
HSV(B) 338.57º 0.59% 0.84% -
XYZ 35.01 22.63 24.35 -
YUV 129.8 129.24 187.34 -
System Red Green Blue C M Y K H S L
Decimal 213 87 132 0 0.59 0.38 0.16 338.57 0.6 0.59
Hex D5 57 84 0 3B 26 10 153 3C 3B
Octal 325 127 204 0 73 46 20 523 74 73
Binary 11010101 1010111 10000100 0 111011 100110 10000 101010011 111100 111011

Color Harmonies of #D55784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55784

Black with #D55784

Text Example


Text Example

White with #D55784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55784; }

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

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

background-color css

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

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

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

border-color css

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

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

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