Html Css Color HEX #DF7DA6 Kobi

📋 copy color: '#DF7DA6'

red 223 ◦ green 125 ◦ blue 166

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

Shades of Kobi #DF7DA6

Tints of Kobi #DF7DA6

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.32%

 BLUE value IS 166 (65.23% from 255) = 32.3%

R = 43.39%
G = 24.32%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DF7DA6 (or 0xDF7DA6) is known color: Kobi. HEX triplet: DF, 7D and A6. RGB value is (223,125,166). Sum of RGB (Red+Green+Blue) = 223+125+166=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 125 (49.22% from 255 or 24.32% from 514); Blue value is 166 (65.23% from 255 or 32.30% from 514); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7DA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7DA6 is #208259. Grayscale: #9E9E9E. Windows color (decimal): -2130522 or 10911199. OLE color: 10911199.

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

Color convert

RGB 223 125 166 -
CMYK 0 0.44 0.26 0.13
HSL 334.9º 0.6% 0.68% -
HSV(B) 334.9º 0.44% 0.87% -
XYZ 44.65 33.11 40.11 -
YUV 158.98 131.97 173.67 -
System Red Green Blue C M Y K H S L
Decimal 223 125 166 0 0.44 0.26 0.13 334.9 0.6 0.68
Hex DF 7D A6 0 2C 1A D 14F 3C 44
Octal 337 175 246 0 54 32 15 517 74 104
Binary 11011111 1111101 10100110 0 101100 11010 1101 101001111 111100 1000100

Color Harmonies of #DF7DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7DA6

Black with #DF7DA6

Text Example


Text Example

White with #DF7DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7DA6; }

 p { color: rgb(223,125,166); }

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

background-color css

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

 a { background-color: rgb(223,125,166); }

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

border-color css

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

 span { border-color: rgb(223,125,166); }

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