Html Css Color HEX #DC90AD Kobi

📋 copy color: '#DC90AD'

red 220 ◦ green 144 ◦ blue 173

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

Shades of Kobi #DC90AD

Tints of Kobi #DC90AD

RGB

 RED value IS 220 (86.33% from 255) = 40.97%

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

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

R = 40.97%
G = 26.82%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DC90AD (or 0xDC90AD) is known color: Kobi. HEX triplet: DC, 90 and AD. RGB value is (220,144,173). Sum of RGB (Red+Green+Blue) = 220+144+173=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 144 (56.64% from 255 or 26.82% from 537); Blue value is 173 (67.97% from 255 or 32.22% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DC90AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC90AD is #236F52. Grayscale: #A9A9A9. Windows color (decimal): -2322259 or 11374812. OLE color: 11374812.

HSL color Cylindrical-coordinate representation of color #DC90AD: hue angle of 337.11º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC90AD is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 144 173 -
CMYK 0 0.35 0.21 0.14
HSL 337.11º 0.52% 0.71% -
HSV(B) 337.11º 0.35% 0.86% -
XYZ 47.03 38.18 44.43 -
YUV 170.03 129.68 163.64 -
System Red Green Blue C M Y K H S L
Decimal 220 144 173 0 0.35 0.21 0.14 337.11 0.52 0.71
Hex DC 90 AD 0 23 15 E 151 34 47
Octal 334 220 255 0 43 25 16 521 64 107
Binary 11011100 10010000 10101101 0 100011 10101 1110 101010001 110100 1000111

Color Harmonies of #DC90AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC90AD

Black with #DC90AD

Text Example


Text Example

White with #DC90AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC90AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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