Html Css Color HEX #DD6274 Froly

📋 copy color: '#DD6274'

red 221 ◦ green 98 ◦ blue 116

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

Shades of Froly #DD6274

Tints of Froly #DD6274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.67%

R = 50.8%
G = 22.53%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD6274 (or 0xDD6274) is known color: Froly. HEX triplet: DD, 62 and 74. RGB value is (221,98,116). Sum of RGB (Red+Green+Blue) = 221+98+116=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 98 (38.67% from 255 or 22.53% from 435); Blue value is 116 (45.70% from 255 or 26.67% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6274 is #229D8B. Grayscale: #888888. Windows color (decimal): -2268556 or 7627485. OLE color: 7627485.

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

Color convert

RGB 221 98 116 -
CMYK 0 0.56 0.48 0.13
HSL 351.22º 0.64% 0.63% -
HSV(B) 351.22º 0.56% 0.87% -
XYZ 37.34 25.37 19.45 -
YUV 136.83 116.25 188.04 -
System Red Green Blue C M Y K H S L
Decimal 221 98 116 0 0.56 0.48 0.13 351.22 0.64 0.63
Hex DD 62 74 0 38 30 D 15F 40 3F
Octal 335 142 164 0 70 60 15 537 100 77
Binary 11011101 1100010 1110100 0 111000 110000 1101 101011111 1000000 111111

Color Harmonies of #DD6274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6274

Black with #DD6274

Text Example


Text Example

White with #DD6274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6274; }

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

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

background-color css

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

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

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

border-color css

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

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

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