Html Css Color HEX #D94786 Cranberry

📋 copy color: '#D94786'

red 217 ◦ green 71 ◦ blue 134

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

Shades of Cranberry #D94786

Tints of Cranberry #D94786

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.82%

 BLUE value IS 134 (52.73% from 255) = 31.75%

R = 51.42%
G = 16.82%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D94786 (or 0xD94786) is known color: Cranberry. HEX triplet: D9, 47 and 86. RGB value is (217,71,134). Sum of RGB (Red+Green+Blue) = 217+71+134=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 71 (28.12% from 255 or 16.82% from 422); Blue value is 134 (52.73% from 255 or 31.75% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D94786 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94786 is #26B879. Grayscale: #797979. Windows color (decimal): -2537594 or 8800217. OLE color: 8800217.

HSL color Cylindrical-coordinate representation of color #D94786: hue angle of 334.11º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D94786 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 71 134 -
CMYK 0 0.67 0.38 0.15
HSL 334.11º 0.66% 0.56% -
HSV(B) 334.11º 0.67% 0.85% -
XYZ 35.17 20.98 24.75 -
YUV 121.84 134.87 195.88 -
System Red Green Blue C M Y K H S L
Decimal 217 71 134 0 0.67 0.38 0.15 334.11 0.66 0.56
Hex D9 47 86 0 43 26 F 14E 42 38
Octal 331 107 206 0 103 46 17 516 102 70
Binary 11011001 1000111 10000110 0 1000011 100110 1111 101001110 1000010 111000

Color Harmonies of #D94786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94786

Black with #D94786

Text Example


Text Example

White with #D94786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94786; }

 p { color: rgb(217,71,134); }

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

background-color css

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

 a { background-color: rgb(217,71,134); }

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

border-color css

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

 span { border-color: rgb(217,71,134); }

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