Html Css Color HEX #D95085 Cranberry

📋 copy color: '#D95085'

red 217 ◦ green 80 ◦ blue 133

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

Shades of Cranberry #D95085

Tints of Cranberry #D95085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 30.93%

R = 50.47%
G = 18.6%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D95085 (or 0xD95085) is known color: Cranberry. HEX triplet: D9, 50 and 85. RGB value is (217,80,133). Sum of RGB (Red+Green+Blue) = 217+80+133=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D95085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95085 is #26AF7A. Grayscale: #7E7E7E. Windows color (decimal): -2535291 or 8736985. OLE color: 8736985.

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

Color convert

RGB 217 80 133 -
CMYK 0 0.63 0.39 0.15
HSL 336.79º 0.64% 0.58% -
HSV(B) 336.79º 0.63% 0.85% -
XYZ 35.72 22.18 24.59 -
YUV 127.01 131.39 192.19 -
System Red Green Blue C M Y K H S L
Decimal 217 80 133 0 0.63 0.39 0.15 336.79 0.64 0.58
Hex D9 50 85 0 3F 27 F 151 40 3A
Octal 331 120 205 0 77 47 17 521 100 72
Binary 11011001 1010000 10000101 0 111111 100111 1111 101010001 1000000 111010

Color Harmonies of #D95085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95085

Black with #D95085

Text Example


Text Example

White with #D95085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95085; }

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

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

background-color css

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

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

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

border-color css

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

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

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