Html Css Color HEX #D55878 Cranberry

📋 copy color: '#D55878'

red 213 ◦ green 88 ◦ blue 120

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

Shades of Cranberry #D55878

Tints of Cranberry #D55878

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.9%

 BLUE value IS 120 (47.27% from 255) = 28.5%

R = 50.59%
G = 20.9%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D55878 (or 0xD55878) is known color: Cranberry. HEX triplet: D5, 58 and 78. RGB value is (213,88,120). Sum of RGB (Red+Green+Blue) = 213+88+120=421 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.59% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 120 (47.27% from 255 or 28.50% from 421); Max value from RGB is 213 - color contains mainly: red. Hex color #D55878 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55878 is #2AA787. Grayscale: #818181. Windows color (decimal): -2795400 or 7887061. OLE color: 7887061.

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

Color convert

RGB 213 88 120 -
CMYK 0 0.59 0.44 0.16
HSL 344.64º 0.6% 0.59% -
HSV(B) 344.64º 0.59% 0.84% -
XYZ 34.32 22.48 20.3 -
YUV 129.02 122.91 187.9 -
System Red Green Blue C M Y K H S L
Decimal 213 88 120 0 0.59 0.44 0.16 344.64 0.6 0.59
Hex D5 58 78 0 3B 2C 10 159 3C 3B
Octal 325 130 170 0 73 54 20 531 74 73
Binary 11010101 1011000 1111000 0 111011 101100 10000 101011001 111100 111011

Color Harmonies of #D55878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55878

Black with #D55878

Text Example


Text Example

White with #D55878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55878; }

 p { color: rgb(213,88,120); }

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

background-color css

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

 a { background-color: rgb(213,88,120); }

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

border-color css

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

 span { border-color: rgb(213,88,120); }

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