Html Css Color HEX #D95675 Cranberry

📋 copy color: '#D95675'

red 217 ◦ green 86 ◦ blue 117

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

Shades of Cranberry #D95675

Tints of Cranberry #D95675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.86%

R = 51.67%
G = 20.48%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D95675 (or 0xD95675) is known color: Cranberry. HEX triplet: D9, 56 and 75. RGB value is (217,86,117). Sum of RGB (Red+Green+Blue) = 217+86+117=420 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.67% from 420); Green value is 86 (33.98% from 255 or 20.48% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 217 - color contains mainly: red. Hex color #D95675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95675 is #26A98A. Grayscale: #808080. Windows color (decimal): -2533771 or 7689945. OLE color: 7689945.

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

Color convert

RGB 217 86 117 -
CMYK 0 0.60 0.46 0.15
HSL 345.8º 0.63% 0.59% -
HSV(B) 345.8º 0.6% 0.85% -
XYZ 35.15 22.69 19.36 -
YUV 128.7 121.4 190.98 -
System Red Green Blue C M Y K H S L
Decimal 217 86 117 0 0.60 0.46 0.15 345.8 0.63 0.59
Hex D9 56 75 0 3C 2E F 15A 3F 3B
Octal 331 126 165 0 74 56 17 532 77 73
Binary 11011001 1010110 1110101 0 111100 101110 1111 101011010 111111 111011

Color Harmonies of #D95675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95675

Black with #D95675

Text Example


Text Example

White with #D95675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95675; }

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

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

background-color css

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

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

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

border-color css

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

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

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