Html Css Color HEX #D94F82 Cranberry

📋 copy color: '#D94F82'

red 217 ◦ green 79 ◦ blue 130

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

Shades of Cranberry #D94F82

Tints of Cranberry #D94F82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 30.52%

R = 50.94%
G = 18.54%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D94F82 (or 0xD94F82) is known color: Cranberry. HEX triplet: D9, 4F and 82. RGB value is (217,79,130). Sum of RGB (Red+Green+Blue) = 217+79+130=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 79 (31.25% from 255 or 18.54% from 426); Blue value is 130 (51.17% from 255 or 30.52% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D94F82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D94F82 is #26B07D. Grayscale: #7E7E7E. Windows color (decimal): -2535550 or 8540121. OLE color: 8540121.

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

Color convert

RGB 217 79 130 -
CMYK 0 0.64 0.40 0.15
HSL 337.83º 0.64% 0.58% -
HSV(B) 337.83º 0.64% 0.85% -
XYZ 35.44 21.96 23.49 -
YUV 126.08 130.22 192.85 -
System Red Green Blue C M Y K H S L
Decimal 217 79 130 0 0.64 0.40 0.15 337.83 0.64 0.58
Hex D9 4F 82 0 40 28 F 152 40 3A
Octal 331 117 202 0 100 50 17 522 100 72
Binary 11011001 1001111 10000010 0 1000000 101000 1111 101010010 1000000 111010

Color Harmonies of #D94F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94F82

Black with #D94F82

Text Example


Text Example

White with #D94F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94F82; }

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

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

background-color css

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

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

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

border-color css

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

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

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