Html Css Color HEX #D95083 Cranberry

📋 copy color: '#D95083'

red 217 ◦ green 80 ◦ blue 131

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

Shades of Cranberry #D95083

Tints of Cranberry #D95083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 30.61%

R = 50.7%
G = 18.69%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D95083 (or 0xD95083) is known color: Cranberry. HEX triplet: D9, 50 and 83. RGB value is (217,80,131). Sum of RGB (Red+Green+Blue) = 217+80+131=428 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.70% from 428); Green value is 80 (31.64% from 255 or 18.69% from 428); Blue value is 131 (51.56% from 255 or 30.61% from 428); Max value from RGB is 217 - color contains mainly: red. Hex color #D95083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95083 is #26AF7C. Grayscale: #7E7E7E. Windows color (decimal): -2535293 or 8605913. OLE color: 8605913.

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

Color convert

RGB 217 80 131 -
CMYK 0 0.63 0.40 0.15
HSL 337.66º 0.64% 0.58% -
HSV(B) 337.66º 0.63% 0.85% -
XYZ 35.58 22.13 23.87 -
YUV 126.78 130.39 192.35 -
System Red Green Blue C M Y K H S L
Decimal 217 80 131 0 0.63 0.40 0.15 337.66 0.64 0.58
Hex D9 50 83 0 3F 28 F 152 40 3A
Octal 331 120 203 0 77 50 17 522 100 72
Binary 11011001 1010000 10000011 0 111111 101000 1111 101010010 1000000 111010

Color Harmonies of #D95083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95083

Black with #D95083

Text Example


Text Example

White with #D95083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95083; }

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

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

background-color css

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

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

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

border-color css

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

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

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