Html Css Color HEX #DD6369 Froly

📋 copy color: '#DD6369'

red 221 ◦ green 99 ◦ blue 105

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

Shades of Froly #DD6369

Tints of Froly #DD6369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 24.71%

R = 52%
G = 23.29%
B = 24.71%

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

#DD6369 (or 0xDD6369) is known color: Froly. HEX triplet: DD, 63 and 69. RGB value is (221,99,105). Sum of RGB (Red+Green+Blue) = 221+99+105=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 99 (39.06% from 255 or 23.29% from 425); Blue value is 105 (41.41% from 255 or 24.71% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6369 is #229C96. Grayscale: #888888. Windows color (decimal): -2268311 or 6906845. OLE color: 6906845.

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

Color convert

RGB 221 99 105 -
CMYK 0 0.55 0.52 0.13
HSL 357.05º 0.64% 0.63% -
HSV(B) 357.05º 0.55% 0.87% -
XYZ 36.83 25.32 16.31 -
YUV 136.16 110.42 188.51 -
System Red Green Blue C M Y K H S L
Decimal 221 99 105 0 0.55 0.52 0.13 357.05 0.64 0.63
Hex DD 63 69 0 37 34 D 165 40 3F
Octal 335 143 151 0 67 64 15 545 100 77
Binary 11011101 1100011 1101001 0 110111 110100 1101 101100101 1000000 111111

Color Harmonies of #DD6369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6369

Black with #DD6369

Text Example


Text Example

White with #DD6369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6369; }

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

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

background-color css

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

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

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

border-color css

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

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

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