Html Css Color HEX #D95178 Cranberry

📋 copy color: '#D95178'

red 217 ◦ green 81 ◦ blue 120

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

Shades of Cranberry #D95178

Tints of Cranberry #D95178

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.38%

 BLUE value IS 120 (47.27% from 255) = 28.71%

R = 51.91%
G = 19.38%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D95178 (or 0xD95178) is known color: Cranberry. HEX triplet: D9, 51 and 78. RGB value is (217,81,120). Sum of RGB (Red+Green+Blue) = 217+81+120=418 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.91% from 418); Green value is 81 (32.03% from 255 or 19.38% from 418); Blue value is 120 (47.27% from 255 or 28.71% from 418); Max value from RGB is 217 - color contains mainly: red. Hex color #D95178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95178 is #26AE87. Grayscale: #7E7E7E. Windows color (decimal): -2535048 or 7885273. OLE color: 7885273.

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

Color convert

RGB 217 81 120 -
CMYK 0 0.63 0.45 0.15
HSL 342.79º 0.64% 0.58% -
HSV(B) 342.79º 0.63% 0.85% -
XYZ 34.95 21.99 20.17 -
YUV 126.11 124.56 192.83 -
System Red Green Blue C M Y K H S L
Decimal 217 81 120 0 0.63 0.45 0.15 342.79 0.64 0.58
Hex D9 51 78 0 3F 2D F 157 40 3A
Octal 331 121 170 0 77 55 17 527 100 72
Binary 11011001 1010001 1111000 0 111111 101101 1111 101010111 1000000 111010

Color Harmonies of #D95178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95178

Black with #D95178

Text Example


Text Example

White with #D95178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95178; }

 p { color: rgb(217,81,120); }

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

background-color css

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

 a { background-color: rgb(217,81,120); }

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

border-color css

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

 span { border-color: rgb(217,81,120); }

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