Html Css Color HEX #D95288 Cranberry

📋 copy color: '#D95288'

red 217 ◦ green 82 ◦ blue 136

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

Shades of Cranberry #D95288

Tints of Cranberry #D95288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 31.26%

R = 49.89%
G = 18.85%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D95288 (or 0xD95288) is known color: Cranberry. HEX triplet: D9, 52 and 88. RGB value is (217,82,136). Sum of RGB (Red+Green+Blue) = 217+82+136=435 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.89% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 136 (53.52% from 255 or 31.26% from 435); Max value from RGB is 217 - color contains mainly: red. Hex color #D95288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95288 is #26AD77. Grayscale: #808080. Windows color (decimal): -2534776 or 8934105. OLE color: 8934105.

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

Color convert

RGB 217 82 136 -
CMYK 0 0.62 0.37 0.15
HSL 336º 0.64% 0.59% -
HSV(B) 336º 0.62% 0.85% -
XYZ 36.08 22.56 25.75 -
YUV 128.52 132.23 191.11 -
System Red Green Blue C M Y K H S L
Decimal 217 82 136 0 0.62 0.37 0.15 336 0.64 0.59
Hex D9 52 88 0 3E 25 F 150 40 3B
Octal 331 122 210 0 76 45 17 520 100 73
Binary 11011001 1010010 10001000 0 111110 100101 1111 101010000 1000000 111011

Color Harmonies of #D95288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95288

Black with #D95288

Text Example


Text Example

White with #D95288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95288; }

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

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

background-color css

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

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

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

border-color css

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

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

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