Html Css Color HEX #D93F79 Cranberry

📋 copy color: '#D93F79'

red 217 ◦ green 63 ◦ blue 121

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

Shades of Cranberry #D93F79

Tints of Cranberry #D93F79

RGB

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

 GREEN value IS 63 (25% from 255) = 15.71%

 BLUE value IS 121 (47.66% from 255) = 30.17%

R = 54.11%
G = 15.71%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D93F79 (or 0xD93F79) is known color: Cranberry. HEX triplet: D9, 3F and 79. RGB value is (217,63,121). Sum of RGB (Red+Green+Blue) = 217+63+121=401 (53% of max value = 765). Red value is 217 (85.16% from 255 or 54.11% from 401); Green value is 63 (25% from 255 or 15.71% from 401); Blue value is 121 (47.66% from 255 or 30.17% from 401); Max value from RGB is 217 - color contains mainly: red. Hex color #D93F79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93F79 is #26C086. Grayscale: #737373. Windows color (decimal): -2539655 or 7946201. OLE color: 7946201.

HSL color Cylindrical-coordinate representation of color #D93F79: hue angle of 337.4º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D93F79 is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 63 121 -
CMYK 0 0.71 0.44 0.15
HSL 337.4º 0.67% 0.55% -
HSV(B) 337.4º 0.71% 0.85% -
XYZ 33.84 19.69 20.11 -
YUV 115.66 131.02 200.28 -
System Red Green Blue C M Y K H S L
Decimal 217 63 121 0 0.71 0.44 0.15 337.4 0.67 0.55
Hex D9 3F 79 0 47 2C F 151 43 37
Octal 331 77 171 0 107 54 17 521 103 67
Binary 11011001 111111 1111001 0 1000111 101100 1111 101010001 1000011 110111

Color Harmonies of #D93F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93F79

Black with #D93F79

Text Example


Text Example

White with #D93F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93F79; }

 p { color: rgb(217,63,121); }

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

background-color css

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

 a { background-color: rgb(217,63,121); }

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

border-color css

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

 span { border-color: rgb(217,63,121); }

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