Html Css Color HEX #DC9EB1 Kobi

📋 copy color: '#DC9EB1'

red 220 ◦ green 158 ◦ blue 177

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

Shades of Kobi #DC9EB1

Tints of Kobi #DC9EB1

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.47%

 BLUE value IS 177 (69.53% from 255) = 31.89%

R = 39.64%
G = 28.47%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DC9EB1 (or 0xDC9EB1) is known color: Kobi. HEX triplet: DC, 9E and B1. RGB value is (220,158,177). Sum of RGB (Red+Green+Blue) = 220+158+177=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 158 (62.11% from 255 or 28.47% from 555); Blue value is 177 (69.53% from 255 or 31.89% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9EB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9EB1 is #23614E. Grayscale: #B2B2B2. Windows color (decimal): -2318671 or 11640540. OLE color: 11640540.

HSL color Cylindrical-coordinate representation of color #DC9EB1: hue angle of 341.61º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DC9EB1 is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 158 177 -
CMYK 0 0.28 0.20 0.14
HSL 341.61º 0.47% 0.74% -
HSV(B) 341.61º 0.28% 0.86% -
XYZ 49.68 42.84 47.25 -
YUV 178.7 127.04 157.46 -
System Red Green Blue C M Y K H S L
Decimal 220 158 177 0 0.28 0.20 0.14 341.61 0.47 0.74
Hex DC 9E B1 0 1C 14 E 156 2F 4A
Octal 334 236 261 0 34 24 16 526 57 112
Binary 11011100 10011110 10110001 0 11100 10100 1110 101010110 101111 1001010

Color Harmonies of #DC9EB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9EB1

Black with #DC9EB1

Text Example


Text Example

White with #DC9EB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9EB1; }

 p { color: rgb(220,158,177); }

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

background-color css

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

 a { background-color: rgb(220,158,177); }

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

border-color css

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

 span { border-color: rgb(220,158,177); }

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