Html Css Color HEX #D95874 Cranberry

📋 copy color: '#D95874'

red 217 ◦ green 88 ◦ blue 116

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

Shades of Cranberry #D95874

Tints of Cranberry #D95874

RGB

 RED value IS 217 (85.16% from 255) = 51.54%

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

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

R = 51.54%
G = 20.9%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D95874 (or 0xD95874) is known color: Cranberry. HEX triplet: D9, 58 and 74. RGB value is (217,88,116). Sum of RGB (Red+Green+Blue) = 217+88+116=421 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.54% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 116 (45.70% from 255 or 27.55% from 421); Max value from RGB is 217 - color contains mainly: red. Hex color #D95874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95874 is #26A78B. Grayscale: #818181. Windows color (decimal): -2533260 or 7624921. OLE color: 7624921.

HSL color Cylindrical-coordinate representation of color #D95874: hue angle of 346.98º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D95874 is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 88 116 -
CMYK 0 0.59 0.47 0.15
HSL 346.98º 0.63% 0.6% -
HSV(B) 346.98º 0.59% 0.85% -
XYZ 35.26 22.99 19.1 -
YUV 129.76 120.24 190.22 -
System Red Green Blue C M Y K H S L
Decimal 217 88 116 0 0.59 0.47 0.15 346.98 0.63 0.6
Hex D9 58 74 0 3B 2F F 15B 3F 3C
Octal 331 130 164 0 73 57 17 533 77 74
Binary 11011001 1011000 1110100 0 111011 101111 1111 101011011 111111 111100

Color Harmonies of #D95874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95874

Black with #D95874

Text Example


Text Example

White with #D95874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95874; }

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

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

background-color css

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

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

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

border-color css

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

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

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