Html Css Color HEX #D95674 Cranberry

📋 copy color: '#D95674'

red 217 ◦ green 86 ◦ blue 116

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

Shades of Cranberry #D95674

Tints of Cranberry #D95674

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.53%

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

R = 51.79%
G = 20.53%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D95674 (or 0xD95674) is known color: Cranberry. HEX triplet: D9, 56 and 74. RGB value is (217,86,116). Sum of RGB (Red+Green+Blue) = 217+86+116=419 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.79% from 419); Green value is 86 (33.98% from 255 or 20.53% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 217 - color contains mainly: red. Hex color #D95674 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95674 is #26A98B. Grayscale: #808080. Windows color (decimal): -2533772 or 7624409. OLE color: 7624409.

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

Color convert

RGB 217 86 116 -
CMYK 0 0.60 0.47 0.15
HSL 346.26º 0.63% 0.59% -
HSV(B) 346.26º 0.6% 0.85% -
XYZ 35.1 22.67 19.05 -
YUV 128.59 120.9 191.06 -
System Red Green Blue C M Y K H S L
Decimal 217 86 116 0 0.60 0.47 0.15 346.26 0.63 0.59
Hex D9 56 74 0 3C 2F F 15A 3F 3B
Octal 331 126 164 0 74 57 17 532 77 73
Binary 11011001 1010110 1110100 0 111100 101111 1111 101011010 111111 111011

Color Harmonies of #D95674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95674

Black with #D95674

Text Example


Text Example

White with #D95674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95674; }

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

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

background-color css

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

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

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

border-color css

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

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

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