Html Css Color HEX #D95072 Cranberry

📋 copy color: '#D95072'

red 217 ◦ green 80 ◦ blue 114

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

Shades of Cranberry #D95072

Tints of Cranberry #D95072

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.46%

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

R = 52.8%
G = 19.46%
B = 27.74%

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

#D95072 (or 0xD95072) is known color: Cranberry. HEX triplet: D9, 50 and 72. RGB value is (217,80,114). Sum of RGB (Red+Green+Blue) = 217+80+114=411 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.80% from 411); Green value is 80 (31.64% from 255 or 19.46% from 411); Blue value is 114 (44.92% from 255 or 27.74% from 411); Max value from RGB is 217 - color contains mainly: red. Hex color #D95072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95072 is #26AF8D. Grayscale: #7C7C7C. Windows color (decimal): -2535310 or 7491801. OLE color: 7491801.

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

Color convert

RGB 217 80 114 -
CMYK 0 0.63 0.47 0.15
HSL 345.11º 0.64% 0.58% -
HSV(B) 345.11º 0.63% 0.85% -
XYZ 34.52 21.7 18.29 -
YUV 124.84 121.89 193.74 -
System Red Green Blue C M Y K H S L
Decimal 217 80 114 0 0.63 0.47 0.15 345.11 0.64 0.58
Hex D9 50 72 0 3F 2F F 159 40 3A
Octal 331 120 162 0 77 57 17 531 100 72
Binary 11011001 1010000 1110010 0 111111 101111 1111 101011001 1000000 111010

Color Harmonies of #D95072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95072

Black with #D95072

Text Example


Text Example

White with #D95072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95072; }

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

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

background-color css

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

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

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

border-color css

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

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

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