Html Css Color HEX #D95671 Cranberry

📋 copy color: '#D95671'

red 217 ◦ green 86 ◦ blue 113

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

Shades of Cranberry #D95671

Tints of Cranberry #D95671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 27.16%

R = 52.16%
G = 20.67%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D95671 (or 0xD95671) is known color: Cranberry. HEX triplet: D9, 56 and 71. RGB value is (217,86,113). Sum of RGB (Red+Green+Blue) = 217+86+113=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 86 (33.98% from 255 or 20.67% from 416); Blue value is 113 (44.53% from 255 or 27.16% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D95671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95671 is #26A98E. Grayscale: #808080. Windows color (decimal): -2533775 or 7427801. OLE color: 7427801.

HSL color Cylindrical-coordinate representation of color #D95671: hue angle of 347.63º 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 #D95671 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 86 113 -
CMYK 0 0.60 0.48 0.15
HSL 347.63º 0.63% 0.59% -
HSV(B) 347.63º 0.6% 0.85% -
XYZ 34.92 22.6 18.14 -
YUV 128.25 119.4 191.3 -
System Red Green Blue C M Y K H S L
Decimal 217 86 113 0 0.60 0.48 0.15 347.63 0.63 0.59
Hex D9 56 71 0 3C 30 F 15C 3F 3B
Octal 331 126 161 0 74 60 17 534 77 73
Binary 11011001 1010110 1110001 0 111100 110000 1111 101011100 111111 111011

Color Harmonies of #D95671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95671

Black with #D95671

Text Example


Text Example

White with #D95671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95671; }

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

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

background-color css

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

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

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

border-color css

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

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

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