Html Css Color HEX #DF90AD Kobi

📋 copy color: '#DF90AD'

red 223 ◦ green 144 ◦ blue 173

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

Shades of Kobi #DF90AD

Tints of Kobi #DF90AD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.67%

 BLUE value IS 173 (67.97% from 255) = 32.04%

R = 41.3%
G = 26.67%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF90AD (or 0xDF90AD) is known color: Kobi. HEX triplet: DF, 90 and AD. RGB value is (223,144,173). Sum of RGB (Red+Green+Blue) = 223+144+173=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 144 (56.64% from 255 or 26.67% from 540); Blue value is 173 (67.97% from 255 or 32.04% from 540); Max value from RGB is 223 - color contains mainly: red. Hex color #DF90AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF90AD is #206F52. Grayscale: #AAAAAA. Windows color (decimal): -2125651 or 11374815. OLE color: 11374815.

HSL color Cylindrical-coordinate representation of color #DF90AD: hue angle of 337.97º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DF90AD is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 144 173 -
CMYK 0 0.35 0.22 0.13
HSL 337.97º 0.55% 0.72% -
HSV(B) 337.97º 0.35% 0.87% -
XYZ 47.95 38.65 44.47 -
YUV 170.93 129.17 165.14 -
System Red Green Blue C M Y K H S L
Decimal 223 144 173 0 0.35 0.22 0.13 337.97 0.55 0.72
Hex DF 90 AD 0 23 16 D 152 37 48
Octal 337 220 255 0 43 26 15 522 67 110
Binary 11011111 10010000 10101101 0 100011 10110 1101 101010010 110111 1001000

Color Harmonies of #DF90AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF90AD

Black with #DF90AD

Text Example


Text Example

White with #DF90AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF90AD; }

 p { color: rgb(223,144,173); }

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

background-color css

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

 a { background-color: rgb(223,144,173); }

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

border-color css

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

 span { border-color: rgb(223,144,173); }

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