Html Css Color HEX #DD6364 Froly

📋 copy color: '#DD6364'

red 221 ◦ green 99 ◦ blue 100

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

Shades of Froly #DD6364

Tints of Froly #DD6364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.81%

R = 52.62%
G = 23.57%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DD6364 (or 0xDD6364) is known color: Froly. HEX triplet: DD, 63 and 64. RGB value is (221,99,100). Sum of RGB (Red+Green+Blue) = 221+99+100=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 99 (39.06% from 255 or 23.57% from 420); Blue value is 100 (39.45% from 255 or 23.81% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6364 is #229C9B. Grayscale: #878787. Windows color (decimal): -2268316 or 6579165. OLE color: 6579165.

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

Color convert

RGB 221 99 100 -
CMYK 0 0.55 0.55 0.13
HSL 359.51º 0.64% 0.63% -
HSV(B) 359.51º 0.55% 0.87% -
XYZ 36.58 25.22 15 -
YUV 135.59 107.92 188.92 -
System Red Green Blue C M Y K H S L
Decimal 221 99 100 0 0.55 0.55 0.13 359.51 0.64 0.63
Hex DD 63 64 0 37 37 D 168 40 3F
Octal 335 143 144 0 67 67 15 550 100 77
Binary 11011101 1100011 1100100 0 110111 110111 1101 101101000 1000000 111111

Color Harmonies of #DD6364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6364

Black with #DD6364

Text Example


Text Example

White with #DD6364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6364; }

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

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

background-color css

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

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

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

border-color css

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

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

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