Html Css Color HEX #D95474 Cranberry

📋 copy color: '#D95474'

red 217 ◦ green 84 ◦ blue 116

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

Shades of Cranberry #D95474

Tints of Cranberry #D95474

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.14%

 BLUE value IS 116 (45.7% from 255) = 27.82%

R = 52.04%
G = 20.14%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D95474 (or 0xD95474) is known color: Cranberry. HEX triplet: D9, 54 and 74. RGB value is (217,84,116). Sum of RGB (Red+Green+Blue) = 217+84+116=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 84 (33.20% from 255 or 20.14% from 417); Blue value is 116 (45.70% from 255 or 27.82% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D95474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95474 is #26AB8B. Grayscale: #7F7F7F. Windows color (decimal): -2534284 or 7623897. OLE color: 7623897.

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

Color convert

RGB 217 84 116 -
CMYK 0 0.61 0.47 0.15
HSL 345.56º 0.64% 0.59% -
HSV(B) 345.56º 0.61% 0.85% -
XYZ 34.94 22.35 19 -
YUV 127.42 121.56 191.9 -
System Red Green Blue C M Y K H S L
Decimal 217 84 116 0 0.61 0.47 0.15 345.56 0.64 0.59
Hex D9 54 74 0 3D 2F F 15A 40 3B
Octal 331 124 164 0 75 57 17 532 100 73
Binary 11011001 1010100 1110100 0 111101 101111 1111 101011010 1000000 111011

Color Harmonies of #D95474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95474

Black with #D95474

Text Example


Text Example

White with #D95474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95474; }

 p { color: rgb(217,84,116); }

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

background-color css

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

 a { background-color: rgb(217,84,116); }

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

border-color css

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

 span { border-color: rgb(217,84,116); }

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