Html Css Color HEX #DD6376 Froly

📋 copy color: '#DD6376'

red 221 ◦ green 99 ◦ blue 118

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

Shades of Froly #DD6376

Tints of Froly #DD6376

RGB

 RED value IS 221 (86.72% from 255) = 50.46%

 GREEN value IS 99 (39.06% from 255) = 22.6%

 BLUE value IS 118 (46.48% from 255) = 26.94%

R = 50.46%
G = 22.6%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD6376 (or 0xDD6376) is known color: Froly. HEX triplet: DD, 63 and 76. RGB value is (221,99,118). Sum of RGB (Red+Green+Blue) = 221+99+118=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 99 (39.06% from 255 or 22.60% from 438); Blue value is 118 (46.48% from 255 or 26.94% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6376 is #229C89. Grayscale: #898989. Windows color (decimal): -2268298 or 7758813. OLE color: 7758813.

HSL color Cylindrical-coordinate representation of color #DD6376: hue angle of 350.66º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD6376 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 99 118 -
CMYK 0 0.55 0.47 0.13
HSL 350.66º 0.64% 0.63% -
HSV(B) 350.66º 0.55% 0.87% -
XYZ 37.55 25.6 20.1 -
YUV 137.64 116.92 187.46 -
System Red Green Blue C M Y K H S L
Decimal 221 99 118 0 0.55 0.47 0.13 350.66 0.64 0.63
Hex DD 63 76 0 37 2F D 15F 40 3F
Octal 335 143 166 0 67 57 15 537 100 77
Binary 11011101 1100011 1110110 0 110111 101111 1101 101011111 1000000 111111

Color Harmonies of #DD6376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6376

Black with #DD6376

Text Example


Text Example

White with #DD6376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6376; }

 p { color: rgb(221,99,118); }

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

background-color css

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

 a { background-color: rgb(221,99,118); }

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

border-color css

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

 span { border-color: rgb(221,99,118); }

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