Html Css Color HEX #D94F89 Cranberry

📋 copy color: '#D94F89'

red 217 ◦ green 79 ◦ blue 137

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

Shades of Cranberry #D94F89

Tints of Cranberry #D94F89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 31.64%

R = 50.12%
G = 18.24%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D94F89 (or 0xD94F89) is known color: Cranberry. HEX triplet: D9, 4F and 89. RGB value is (217,79,137). Sum of RGB (Red+Green+Blue) = 217+79+137=433 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.12% from 433); Green value is 79 (31.25% from 255 or 18.24% from 433); Blue value is 137 (53.91% from 255 or 31.64% from 433); Max value from RGB is 217 - color contains mainly: red. Hex color #D94F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D94F89 is #26B076. Grayscale: #7E7E7E. Windows color (decimal): -2535543 or 8998873. OLE color: 8998873.

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

Color convert

RGB 217 79 137 -
CMYK 0 0.64 0.37 0.15
HSL 334.78º 0.64% 0.58% -
HSV(B) 334.78º 0.64% 0.85% -
XYZ 35.93 22.15 26.05 -
YUV 126.87 133.72 192.28 -
System Red Green Blue C M Y K H S L
Decimal 217 79 137 0 0.64 0.37 0.15 334.78 0.64 0.58
Hex D9 4F 89 0 40 25 F 14F 40 3A
Octal 331 117 211 0 100 45 17 517 100 72
Binary 11011001 1001111 10001001 0 1000000 100101 1111 101001111 1000000 111010

Color Harmonies of #D94F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94F89

Black with #D94F89

Text Example


Text Example

White with #D94F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94F89; }

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

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

background-color css

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

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

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

border-color css

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

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

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