Html Css Color HEX #DD6268 Froly

📋 copy color: '#DD6268'

red 221 ◦ green 98 ◦ blue 104

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

Shades of Froly #DD6268

Tints of Froly #DD6268

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.17%

 BLUE value IS 104 (41.02% from 255) = 24.59%

R = 52.25%
G = 23.17%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DD6268 (or 0xDD6268) is known color: Froly. HEX triplet: DD, 62 and 68. RGB value is (221,98,104). Sum of RGB (Red+Green+Blue) = 221+98+104=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 98 (38.67% from 255 or 23.17% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6268 is #229D97. Grayscale: #878787. Windows color (decimal): -2268568 or 6841053. OLE color: 6841053.

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

Color convert

RGB 221 98 104 -
CMYK 0 0.56 0.53 0.13
HSL 357.07º 0.64% 0.63% -
HSV(B) 357.07º 0.56% 0.87% -
XYZ 36.69 25.11 16.01 -
YUV 135.46 110.25 189.01 -
System Red Green Blue C M Y K H S L
Decimal 221 98 104 0 0.56 0.53 0.13 357.07 0.64 0.63
Hex DD 62 68 0 38 35 D 165 40 3F
Octal 335 142 150 0 70 65 15 545 100 77
Binary 11011101 1100010 1101000 0 111000 110101 1101 101100101 1000000 111111

Color Harmonies of #DD6268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6268

Black with #DD6268

Text Example


Text Example

White with #DD6268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6268; }

 p { color: rgb(221,98,104); }

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

background-color css

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

 a { background-color: rgb(221,98,104); }

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

border-color css

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

 span { border-color: rgb(221,98,104); }

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