Html Css Color HEX #D95370 Cranberry

📋 copy color: '#D95370'

red 217 ◦ green 83 ◦ blue 112

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

Shades of Cranberry #D95370

Tints of Cranberry #D95370

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.15%

 BLUE value IS 112 (44.14% from 255) = 27.18%

R = 52.67%
G = 20.15%
B = 27.18%

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

#D95370 (or 0xD95370) is known color: Cranberry. HEX triplet: D9, 53 and 70. RGB value is (217,83,112). Sum of RGB (Red+Green+Blue) = 217+83+112=412 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.67% from 412); Green value is 83 (32.81% from 255 or 20.15% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 217 - color contains mainly: red. Hex color #D95370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95370 is #26AC8F. Grayscale: #7E7E7E. Windows color (decimal): -2534544 or 7361497. OLE color: 7361497.

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

Color convert

RGB 217 83 112 -
CMYK 0 0.62 0.48 0.15
HSL 347.01º 0.64% 0.59% -
HSV(B) 347.01º 0.62% 0.85% -
XYZ 34.63 22.11 17.77 -
YUV 126.37 119.89 192.64 -
System Red Green Blue C M Y K H S L
Decimal 217 83 112 0 0.62 0.48 0.15 347.01 0.64 0.59
Hex D9 53 70 0 3E 30 F 15B 40 3B
Octal 331 123 160 0 76 60 17 533 100 73
Binary 11011001 1010011 1110000 0 111110 110000 1111 101011011 1000000 111011

Color Harmonies of #D95370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95370

Black with #D95370

Text Example


Text Example

White with #D95370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95370; }

 p { color: rgb(217,83,112); }

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

background-color css

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

 a { background-color: rgb(217,83,112); }

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

border-color css

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

 span { border-color: rgb(217,83,112); }

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