Html Css Color HEX #DD646C Froly

📋 copy color: '#DD646C'

red 221 ◦ green 100 ◦ blue 108

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

Shades of Froly #DD646C

Tints of Froly #DD646C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.31%

 BLUE value IS 108 (42.58% from 255) = 25.17%

R = 51.52%
G = 23.31%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD646C (or 0xDD646C) is known color: Froly. HEX triplet: DD, 64 and 6C. RGB value is (221,100,108). Sum of RGB (Red+Green+Blue) = 221+100+108=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD646C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD646C is #229B93. Grayscale: #898989. Windows color (decimal): -2268052 or 7103709. OLE color: 7103709.

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

Color convert

RGB 221 100 108 -
CMYK 0 0.55 0.51 0.13
HSL 356.03º 0.64% 0.63% -
HSV(B) 356.03º 0.55% 0.87% -
XYZ 37.08 25.57 17.17 -
YUV 137.09 111.59 187.85 -
System Red Green Blue C M Y K H S L
Decimal 221 100 108 0 0.55 0.51 0.13 356.03 0.64 0.63
Hex DD 64 6C 0 37 33 D 164 40 3F
Octal 335 144 154 0 67 63 15 544 100 77
Binary 11011101 1100100 1101100 0 110111 110011 1101 101100100 1000000 111111

Color Harmonies of #DD646C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD646C

Black with #DD646C

Text Example


Text Example

White with #DD646C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD646C; }

 p { color: rgb(221,100,108); }

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

background-color css

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

 a { background-color: rgb(221,100,108); }

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

border-color css

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

 span { border-color: rgb(221,100,108); }

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