Html Css Color HEX #D95172 Cranberry

📋 copy color: '#D95172'

red 217 ◦ green 81 ◦ blue 114

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

Shades of Cranberry #D95172

Tints of Cranberry #D95172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.67%

R = 52.67%
G = 19.66%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D95172 (or 0xD95172) is known color: Cranberry. HEX triplet: D9, 51 and 72. RGB value is (217,81,114). Sum of RGB (Red+Green+Blue) = 217+81+114=412 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.67% from 412); Green value is 81 (32.03% from 255 or 19.66% from 412); Blue value is 114 (44.92% from 255 or 27.67% from 412); Max value from RGB is 217 - color contains mainly: red. Hex color #D95172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95172 is #26AE8D. Grayscale: #7D7D7D. Windows color (decimal): -2535054 or 7492057. OLE color: 7492057.

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

Color convert

RGB 217 81 114 -
CMYK 0 0.63 0.47 0.15
HSL 345.44º 0.64% 0.58% -
HSV(B) 345.44º 0.63% 0.85% -
XYZ 34.59 21.85 18.31 -
YUV 125.43 121.56 193.32 -
System Red Green Blue C M Y K H S L
Decimal 217 81 114 0 0.63 0.47 0.15 345.44 0.64 0.58
Hex D9 51 72 0 3F 2F F 159 40 3A
Octal 331 121 162 0 77 57 17 531 100 72
Binary 11011001 1010001 1110010 0 111111 101111 1111 101011001 1000000 111010

Color Harmonies of #D95172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95172

Black with #D95172

Text Example


Text Example

White with #D95172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95172; }

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

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

background-color css

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

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

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

border-color css

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

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

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