Html Css Color HEX #D95074 Cranberry

📋 copy color: '#D95074'

red 217 ◦ green 80 ◦ blue 116

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

Shades of Cranberry #D95074

Tints of Cranberry #D95074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.09%

R = 52.54%
G = 19.37%
B = 28.09%

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

#D95074 (or 0xD95074) is known color: Cranberry. HEX triplet: D9, 50 and 74. RGB value is (217,80,116). Sum of RGB (Red+Green+Blue) = 217+80+116=413 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.54% from 413); Green value is 80 (31.64% from 255 or 19.37% from 413); Blue value is 116 (45.70% from 255 or 28.09% from 413); Max value from RGB is 217 - color contains mainly: red. Hex color #D95074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95074 is #26AF8B. Grayscale: #7D7D7D. Windows color (decimal): -2535308 or 7622873. OLE color: 7622873.

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

Color convert

RGB 217 80 116 -
CMYK 0 0.63 0.47 0.15
HSL 344.23º 0.64% 0.58% -
HSV(B) 344.23º 0.63% 0.85% -
XYZ 34.64 21.75 18.9 -
YUV 125.07 122.89 193.57 -
System Red Green Blue C M Y K H S L
Decimal 217 80 116 0 0.63 0.47 0.15 344.23 0.64 0.58
Hex D9 50 74 0 3F 2F F 158 40 3A
Octal 331 120 164 0 77 57 17 530 100 72
Binary 11011001 1010000 1110100 0 111111 101111 1111 101011000 1000000 111010

Color Harmonies of #D95074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95074

Black with #D95074

Text Example


Text Example

White with #D95074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95074; }

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

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

background-color css

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

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

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

border-color css

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

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

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