Html Css Color HEX #D55874 Cranberry

📋 copy color: '#D55874'

red 213 ◦ green 88 ◦ blue 116

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

Shades of Cranberry #D55874

Tints of Cranberry #D55874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.82%

R = 51.08%
G = 21.1%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D55874 (or 0xD55874) is known color: Cranberry. HEX triplet: D5, 58 and 74. RGB value is (213,88,116). Sum of RGB (Red+Green+Blue) = 213+88+116=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 88 (34.77% from 255 or 21.10% from 417); Blue value is 116 (45.70% from 255 or 27.82% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D55874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55874 is #2AA78B. Grayscale: #808080. Windows color (decimal): -2795404 or 7624917. OLE color: 7624917.

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

Color convert

RGB 213 88 116 -
CMYK 0 0.59 0.46 0.16
HSL 346.56º 0.6% 0.59% -
HSV(B) 346.56º 0.59% 0.84% -
XYZ 34.08 22.39 19.05 -
YUV 128.57 120.91 188.22 -
System Red Green Blue C M Y K H S L
Decimal 213 88 116 0 0.59 0.46 0.16 346.56 0.6 0.59
Hex D5 58 74 0 3B 2E 10 15B 3C 3B
Octal 325 130 164 0 73 56 20 533 74 73
Binary 11010101 1011000 1110100 0 111011 101110 10000 101011011 111100 111011

Color Harmonies of #D55874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55874

Black with #D55874

Text Example


Text Example

White with #D55874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55874; }

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

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

background-color css

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

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

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

border-color css

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

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

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