Html Css Color HEX #D95271 Cranberry

📋 copy color: '#D95271'

red 217 ◦ green 82 ◦ blue 113

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

Shades of Cranberry #D95271

Tints of Cranberry #D95271

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.9%

 BLUE value IS 113 (44.53% from 255) = 27.43%

R = 52.67%
G = 19.9%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D95271 (or 0xD95271) is known color: Cranberry. HEX triplet: D9, 52 and 71. RGB value is (217,82,113). Sum of RGB (Red+Green+Blue) = 217+82+113=412 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.67% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 113 (44.53% from 255 or 27.43% from 412); Max value from RGB is 217 - color contains mainly: red. Hex color #D95271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95271 is #26AD8E. Grayscale: #7D7D7D. Windows color (decimal): -2534799 or 7426777. OLE color: 7426777.

HSL color Cylindrical-coordinate representation of color #D95271: hue angle of 346.22º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D95271 is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 82 113 -
CMYK 0 0.62 0.48 0.15
HSL 346.22º 0.64% 0.59% -
HSV(B) 346.22º 0.62% 0.85% -
XYZ 34.61 21.98 18.04 -
YUV 125.9 120.73 192.98 -
System Red Green Blue C M Y K H S L
Decimal 217 82 113 0 0.62 0.48 0.15 346.22 0.64 0.59
Hex D9 52 71 0 3E 30 F 15A 40 3B
Octal 331 122 161 0 76 60 17 532 100 73
Binary 11011001 1010010 1110001 0 111110 110000 1111 101011010 1000000 111011

Color Harmonies of #D95271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95271

Black with #D95271

Text Example


Text Example

White with #D95271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95271; }

 p { color: rgb(217,82,113); }

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

background-color css

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

 a { background-color: rgb(217,82,113); }

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

border-color css

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

 span { border-color: rgb(217,82,113); }

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