Html Css Color HEX #D94F87 Cranberry

📋 copy color: '#D94F87'

red 217 ◦ green 79 ◦ blue 135

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

Shades of Cranberry #D94F87

Tints of Cranberry #D94F87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 31.32%

R = 50.35%
G = 18.33%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D94F87 (or 0xD94F87) is known color: Cranberry. HEX triplet: D9, 4F and 87. RGB value is (217,79,135). Sum of RGB (Red+Green+Blue) = 217+79+135=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 79 (31.25% from 255 or 18.33% from 431); Blue value is 135 (53.12% from 255 or 31.32% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D94F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D94F87 is #26B078. Grayscale: #7E7E7E. Windows color (decimal): -2535545 or 8867801. OLE color: 8867801.

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

Color convert

RGB 217 79 135 -
CMYK 0 0.64 0.38 0.15
HSL 335.65º 0.64% 0.58% -
HSV(B) 335.65º 0.64% 0.85% -
XYZ 35.78 22.09 25.3 -
YUV 126.65 132.72 192.45 -
System Red Green Blue C M Y K H S L
Decimal 217 79 135 0 0.64 0.38 0.15 335.65 0.64 0.58
Hex D9 4F 87 0 40 26 F 150 40 3A
Octal 331 117 207 0 100 46 17 520 100 72
Binary 11011001 1001111 10000111 0 1000000 100110 1111 101010000 1000000 111010

Color Harmonies of #D94F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94F87

Black with #D94F87

Text Example


Text Example

White with #D94F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94F87; }

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

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

background-color css

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

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

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

border-color css

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

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

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