Html Css Color HEX #D95070 Cranberry

📋 copy color: '#D95070'

red 217 ◦ green 80 ◦ blue 112

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

Shades of Cranberry #D95070

Tints of Cranberry #D95070

RGB

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

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

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

R = 53.06%
G = 19.56%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D95070 (or 0xD95070) is known color: Cranberry. HEX triplet: D9, 50 and 70. RGB value is (217,80,112). Sum of RGB (Red+Green+Blue) = 217+80+112=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 112 (44.14% from 255 or 27.38% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D95070 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95070 is #26AF8F. Grayscale: #7C7C7C. Windows color (decimal): -2535312 or 7360729. OLE color: 7360729.

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

Color convert

RGB 217 80 112 -
CMYK 0 0.63 0.48 0.15
HSL 345.99º 0.64% 0.58% -
HSV(B) 345.99º 0.63% 0.85% -
XYZ 34.41 21.66 17.7 -
YUV 124.61 120.89 193.9 -
System Red Green Blue C M Y K H S L
Decimal 217 80 112 0 0.63 0.48 0.15 345.99 0.64 0.58
Hex D9 50 70 0 3F 30 F 15A 40 3A
Octal 331 120 160 0 77 60 17 532 100 72
Binary 11011001 1010000 1110000 0 111111 110000 1111 101011010 1000000 111010

Color Harmonies of #D95070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95070

Black with #D95070

Text Example


Text Example

White with #D95070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95070; }

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

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

background-color css

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

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

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

border-color css

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

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

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