Html Css Color HEX #DF7EA9 Kobi

📋 copy color: '#DF7EA9'

red 223 ◦ green 126 ◦ blue 169

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

Shades of Kobi #DF7EA9

Tints of Kobi #DF7EA9

RGB

 RED value IS 223 (87.5% from 255) = 43.05%

 GREEN value IS 126 (49.61% from 255) = 24.32%

 BLUE value IS 169 (66.41% from 255) = 32.63%

R = 43.05%
G = 24.32%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DF7EA9 (or 0xDF7EA9) is known color: Kobi. HEX triplet: DF, 7E and A9. RGB value is (223,126,169). Sum of RGB (Red+Green+Blue) = 223+126+169=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 126 (49.61% from 255 or 24.32% from 518); Blue value is 169 (66.41% from 255 or 32.63% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7EA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7EA9 is #208156. Grayscale: #9F9F9F. Windows color (decimal): -2130263 or 11108063. OLE color: 11108063.

HSL color Cylindrical-coordinate representation of color #DF7EA9: hue angle of 333.4º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF7EA9 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 126 169 -
CMYK 0 0.43 0.24 0.13
HSL 333.4º 0.6% 0.68% -
HSV(B) 333.4º 0.43% 0.87% -
XYZ 45.05 33.47 41.62 -
YUV 159.91 133.14 173 -
System Red Green Blue C M Y K H S L
Decimal 223 126 169 0 0.43 0.24 0.13 333.4 0.6 0.68
Hex DF 7E A9 0 2B 18 D 14D 3C 44
Octal 337 176 251 0 53 30 15 515 74 104
Binary 11011111 1111110 10101001 0 101011 11000 1101 101001101 111100 1000100

Color Harmonies of #DF7EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7EA9

Black with #DF7EA9

Text Example


Text Example

White with #DF7EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7EA9; }

 p { color: rgb(223,126,169); }

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

background-color css

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

 a { background-color: rgb(223,126,169); }

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

border-color css

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

 span { border-color: rgb(223,126,169); }

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