Html Css Color HEX #DD6774 Froly

📋 copy color: '#DD6774'

red 221 ◦ green 103 ◦ blue 116

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

Shades of Froly #DD6774

Tints of Froly #DD6774

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.41%

 BLUE value IS 116 (45.7% from 255) = 26.36%

R = 50.23%
G = 23.41%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD6774 (or 0xDD6774) is known color: Froly. HEX triplet: DD, 67 and 74. RGB value is (221,103,116). Sum of RGB (Red+Green+Blue) = 221+103+116=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 103 (40.62% from 255 or 23.41% from 440); Blue value is 116 (45.70% from 255 or 26.36% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6774 is #22988B. Grayscale: #8B8B8B. Windows color (decimal): -2267276 or 7628765. OLE color: 7628765.

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

Color convert

RGB 221 103 116 -
CMYK 0 0.53 0.48 0.13
HSL 353.39º 0.63% 0.64% -
HSV(B) 353.39º 0.53% 0.87% -
XYZ 37.82 26.33 19.61 -
YUV 139.76 114.59 185.94 -
System Red Green Blue C M Y K H S L
Decimal 221 103 116 0 0.53 0.48 0.13 353.39 0.63 0.64
Hex DD 67 74 0 35 30 D 161 3F 40
Octal 335 147 164 0 65 60 15 541 77 100
Binary 11011101 1100111 1110100 0 110101 110000 1101 101100001 111111 1000000

Color Harmonies of #DD6774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6774

Black with #DD6774

Text Example


Text Example

White with #DD6774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6774; }

 p { color: rgb(221,103,116); }

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

background-color css

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

 a { background-color: rgb(221,103,116); }

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

border-color css

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

 span { border-color: rgb(221,103,116); }

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