Html Css Color HEX #DD6673 Froly

📋 copy color: '#DD6673'

red 221 ◦ green 102 ◦ blue 115

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

Shades of Froly #DD6673

Tints of Froly #DD6673

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.29%

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

R = 50.46%
G = 23.29%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD6673 (or 0xDD6673) is known color: Froly. HEX triplet: DD, 66 and 73. RGB value is (221,102,115). Sum of RGB (Red+Green+Blue) = 221+102+115=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 102 (40.23% from 255 or 23.29% from 438); Blue value is 115 (45.31% from 255 or 26.26% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6673 is #22998C. Grayscale: #8B8B8B. Windows color (decimal): -2267533 or 7562973. OLE color: 7562973.

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

Color convert

RGB 221 102 115 -
CMYK 0 0.54 0.48 0.13
HSL 353.45º 0.64% 0.63% -
HSV(B) 353.45º 0.54% 0.87% -
XYZ 37.66 26.11 19.27 -
YUV 139.06 114.42 186.44 -
System Red Green Blue C M Y K H S L
Decimal 221 102 115 0 0.54 0.48 0.13 353.45 0.64 0.63
Hex DD 66 73 0 36 30 D 161 40 3F
Octal 335 146 163 0 66 60 15 541 100 77
Binary 11011101 1100110 1110011 0 110110 110000 1101 101100001 1000000 111111

Color Harmonies of #DD6673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6673

Black with #DD6673

Text Example


Text Example

White with #DD6673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6673; }

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

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

background-color css

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

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

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

border-color css

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

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

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