Html Css Color HEX #DF7EA8 Kobi

📋 copy color: '#DF7EA8'

red 223 ◦ green 126 ◦ blue 168

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

Shades of Kobi #DF7EA8

Tints of Kobi #DF7EA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 32.5%

R = 43.13%
G = 24.37%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DF7EA8 (or 0xDF7EA8) is known color: Kobi. HEX triplet: DF, 7E and A8. RGB value is (223,126,168). Sum of RGB (Red+Green+Blue) = 223+126+168=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 126 (49.61% from 255 or 24.37% from 517); Blue value is 168 (66.02% from 255 or 32.50% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7EA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7EA8 is #208157. Grayscale: #9F9F9F. Windows color (decimal): -2130264 or 11042527. OLE color: 11042527.

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

Color convert

RGB 223 126 168 -
CMYK 0 0.43 0.25 0.13
HSL 334.02º 0.6% 0.68% -
HSV(B) 334.02º 0.43% 0.87% -
XYZ 44.96 33.44 41.13 -
YUV 159.79 132.64 173.08 -
System Red Green Blue C M Y K H S L
Decimal 223 126 168 0 0.43 0.25 0.13 334.02 0.6 0.68
Hex DF 7E A8 0 2B 19 D 14E 3C 44
Octal 337 176 250 0 53 31 15 516 74 104
Binary 11011111 1111110 10101000 0 101011 11001 1101 101001110 111100 1000100

Color Harmonies of #DF7EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7EA8

Black with #DF7EA8

Text Example


Text Example

White with #DF7EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7EA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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