Html Css Color HEX #D95075 Cranberry

📋 copy color: '#D95075'

red 217 ◦ green 80 ◦ blue 117

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

Shades of Cranberry #D95075

Tints of Cranberry #D95075

RGB

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

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

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

R = 52.42%
G = 19.32%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D95075 (or 0xD95075) is known color: Cranberry. HEX triplet: D9, 50 and 75. RGB value is (217,80,117). Sum of RGB (Red+Green+Blue) = 217+80+117=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D95075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95075 is #26AF8A. Grayscale: #7D7D7D. Windows color (decimal): -2535307 or 7688409. OLE color: 7688409.

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

Color convert

RGB 217 80 117 -
CMYK 0 0.63 0.46 0.15
HSL 343.8º 0.64% 0.58% -
HSV(B) 343.8º 0.63% 0.85% -
XYZ 34.69 21.77 19.2 -
YUV 125.18 123.39 193.49 -
System Red Green Blue C M Y K H S L
Decimal 217 80 117 0 0.63 0.46 0.15 343.8 0.64 0.58
Hex D9 50 75 0 3F 2E F 158 40 3A
Octal 331 120 165 0 77 56 17 530 100 72
Binary 11011001 1010000 1110101 0 111111 101110 1111 101011000 1000000 111010

Color Harmonies of #D95075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95075

Black with #D95075

Text Example


Text Example

White with #D95075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95075; }

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

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

background-color css

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

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

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

border-color css

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

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

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