Html Css Color HEX #DD6267 Froly

📋 copy color: '#DD6267'

red 221 ◦ green 98 ◦ blue 103

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

Shades of Froly #DD6267

Tints of Froly #DD6267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 24.41%

R = 52.37%
G = 23.22%
B = 24.41%

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

#DD6267 (or 0xDD6267) is known color: Froly. HEX triplet: DD, 62 and 67. RGB value is (221,98,103). Sum of RGB (Red+Green+Blue) = 221+98+103=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 103 (40.62% from 255 or 24.41% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6267 is #229D98. Grayscale: #878787. Windows color (decimal): -2268569 or 6775517. OLE color: 6775517.

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

Color convert

RGB 221 98 103 -
CMYK 0 0.56 0.53 0.13
HSL 357.56º 0.64% 0.63% -
HSV(B) 357.56º 0.56% 0.87% -
XYZ 36.63 25.09 15.74 -
YUV 135.35 109.75 189.09 -
System Red Green Blue C M Y K H S L
Decimal 221 98 103 0 0.56 0.53 0.13 357.56 0.64 0.63
Hex DD 62 67 0 38 35 D 166 40 3F
Octal 335 142 147 0 70 65 15 546 100 77
Binary 11011101 1100010 1100111 0 111000 110101 1101 101100110 1000000 111111

Color Harmonies of #DD6267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6267

Black with #DD6267

Text Example


Text Example

White with #DD6267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6267; }

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

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

background-color css

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

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

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

border-color css

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

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

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