Html Css Color HEX #DD646A Froly

📋 copy color: '#DD646A'

red 221 ◦ green 100 ◦ blue 106

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

Shades of Froly #DD646A

Tints of Froly #DD646A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.82%

R = 51.76%
G = 23.42%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD646A (or 0xDD646A) is known color: Froly. HEX triplet: DD, 64 and 6A. RGB value is (221,100,106). Sum of RGB (Red+Green+Blue) = 221+100+106=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 106 (41.80% from 255 or 24.82% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DD646A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD646A is #229B95. Grayscale: #888888. Windows color (decimal): -2268054 or 6972637. OLE color: 6972637.

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

Color convert

RGB 221 100 106 -
CMYK 0 0.55 0.52 0.13
HSL 357.02º 0.64% 0.63% -
HSV(B) 357.02º 0.55% 0.87% -
XYZ 36.98 25.53 16.61 -
YUV 136.86 110.59 188.01 -
System Red Green Blue C M Y K H S L
Decimal 221 100 106 0 0.55 0.52 0.13 357.02 0.64 0.63
Hex DD 64 6A 0 37 34 D 165 40 3F
Octal 335 144 152 0 67 64 15 545 100 77
Binary 11011101 1100100 1101010 0 110111 110100 1101 101100101 1000000 111111

Color Harmonies of #DD646A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD646A

Black with #DD646A

Text Example


Text Example

White with #DD646A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD646A; }

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

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

background-color css

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

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

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

border-color css

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

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

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