Html Css Color HEX #D94F80 Cranberry

📋 copy color: '#D94F80'

red 217 ◦ green 79 ◦ blue 128

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

Shades of Cranberry #D94F80

Tints of Cranberry #D94F80

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.63%

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

R = 51.18%
G = 18.63%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D94F80 (or 0xD94F80) is known color: Cranberry. HEX triplet: D9, 4F and 80. RGB value is (217,79,128). Sum of RGB (Red+Green+Blue) = 217+79+128=424 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.18% from 424); Green value is 79 (31.25% from 255 or 18.63% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 217 - color contains mainly: red. Hex color #D94F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D94F80 is #26B07F. Grayscale: #7D7D7D. Windows color (decimal): -2535552 or 8409049. OLE color: 8409049.

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

Color convert

RGB 217 79 128 -
CMYK 0 0.64 0.41 0.15
HSL 338.7º 0.64% 0.58% -
HSV(B) 338.7º 0.64% 0.85% -
XYZ 35.31 21.9 22.79 -
YUV 125.85 129.22 193.02 -
System Red Green Blue C M Y K H S L
Decimal 217 79 128 0 0.64 0.41 0.15 338.7 0.64 0.58
Hex D9 4F 80 0 40 29 F 153 40 3A
Octal 331 117 200 0 100 51 17 523 100 72
Binary 11011001 1001111 10000000 0 1000000 101001 1111 101010011 1000000 111010

Color Harmonies of #D94F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94F80

Black with #D94F80

Text Example


Text Example

White with #D94F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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