Html Css Color HEX #DD626A Froly

📋 copy color: '#DD626A'

red 221 ◦ green 98 ◦ blue 106

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

Shades of Froly #DD626A

Tints of Froly #DD626A

RGB

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

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

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

R = 52%
G = 23.06%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD626A (or 0xDD626A) is known color: Froly. HEX triplet: DD, 62 and 6A. RGB value is (221,98,106). Sum of RGB (Red+Green+Blue) = 221+98+106=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 98 (38.67% from 255 or 23.06% from 425); Blue value is 106 (41.80% from 255 or 24.94% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD626A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD626A is #229D95. Grayscale: #878787. Windows color (decimal): -2268566 or 6972125. OLE color: 6972125.

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

Color convert

RGB 221 98 106 -
CMYK 0 0.56 0.52 0.13
HSL 356.1º 0.64% 0.63% -
HSV(B) 356.1º 0.56% 0.87% -
XYZ 36.79 25.15 16.55 -
YUV 135.69 111.25 188.85 -
System Red Green Blue C M Y K H S L
Decimal 221 98 106 0 0.56 0.52 0.13 356.1 0.64 0.63
Hex DD 62 6A 0 38 34 D 164 40 3F
Octal 335 142 152 0 70 64 15 544 100 77
Binary 11011101 1100010 1101010 0 111000 110100 1101 101100100 1000000 111111

Color Harmonies of #DD626A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD626A

Black with #DD626A

Text Example


Text Example

White with #DD626A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD626A; }

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

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

background-color css

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

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

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

border-color css

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

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

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