Html Css Color HEX #D94980 Cranberry

📋 copy color: '#D94980'

red 217 ◦ green 73 ◦ blue 128

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

Shades of Cranberry #D94980

Tints of Cranberry #D94980

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.46%

 BLUE value IS 128 (50.39% from 255) = 30.62%

R = 51.91%
G = 17.46%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D94980 (or 0xD94980) is known color: Cranberry. HEX triplet: D9, 49 and 80. RGB value is (217,73,128). Sum of RGB (Red+Green+Blue) = 217+73+128=418 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.91% from 418); Green value is 73 (28.91% from 255 or 17.46% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 217 - color contains mainly: red. Hex color #D94980 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94980 is #26B67F. Grayscale: #7A7A7A. Windows color (decimal): -2537088 or 8407513. OLE color: 8407513.

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

Color convert

RGB 217 73 128 -
CMYK 0 0.66 0.41 0.15
HSL 337.08º 0.65% 0.57% -
HSV(B) 337.08º 0.66% 0.85% -
XYZ 34.89 21.08 22.65 -
YUV 122.33 131.21 195.53 -
System Red Green Blue C M Y K H S L
Decimal 217 73 128 0 0.66 0.41 0.15 337.08 0.65 0.57
Hex D9 49 80 0 42 29 F 151 41 39
Octal 331 111 200 0 102 51 17 521 101 71
Binary 11011001 1001001 10000000 0 1000010 101001 1111 101010001 1000001 111001

Color Harmonies of #D94980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94980

Black with #D94980

Text Example


Text Example

White with #D94980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94980; }

 p { color: rgb(217,73,128); }

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

background-color css

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

 a { background-color: rgb(217,73,128); }

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

border-color css

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

 span { border-color: rgb(217,73,128); }

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