Html Css Color HEX #DD6373 Froly

📋 copy color: '#DD6373'

red 221 ◦ green 99 ◦ blue 115

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

Shades of Froly #DD6373

Tints of Froly #DD6373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.44%

R = 50.8%
G = 22.76%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD6373 (or 0xDD6373) is known color: Froly. HEX triplet: DD, 63 and 73. RGB value is (221,99,115). Sum of RGB (Red+Green+Blue) = 221+99+115=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 99 (39.06% from 255 or 22.76% from 435); Blue value is 115 (45.31% from 255 or 26.44% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6373 is #229C8C. Grayscale: #898989. Windows color (decimal): -2268301 or 7562205. OLE color: 7562205.

HSL color Cylindrical-coordinate representation of color #DD6373: hue angle of 352.13º 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 #DD6373 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 99 115 -
CMYK 0 0.55 0.48 0.13
HSL 352.13º 0.64% 0.63% -
HSV(B) 352.13º 0.55% 0.87% -
XYZ 37.38 25.53 19.18 -
YUV 137.3 115.42 187.7 -
System Red Green Blue C M Y K H S L
Decimal 221 99 115 0 0.55 0.48 0.13 352.13 0.64 0.63
Hex DD 63 73 0 37 30 D 160 40 3F
Octal 335 143 163 0 67 60 15 540 100 77
Binary 11011101 1100011 1110011 0 110111 110000 1101 101100000 1000000 111111

Color Harmonies of #DD6373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6373

Black with #DD6373

Text Example


Text Example

White with #DD6373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6373; }

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

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

background-color css

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

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

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

border-color css

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

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

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