Html Css Color HEX #DC96B3 Kobi

📋 copy color: '#DC96B3'

red 220 ◦ green 150 ◦ blue 179

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

Shades of Kobi #DC96B3

Tints of Kobi #DC96B3

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.32%

 BLUE value IS 179 (70.31% from 255) = 32.6%

R = 40.07%
G = 27.32%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DC96B3 (or 0xDC96B3) is known color: Kobi. HEX triplet: DC, 96 and B3. RGB value is (220,150,179). Sum of RGB (Red+Green+Blue) = 220+150+179=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 150 (58.98% from 255 or 27.32% from 549); Blue value is 179 (70.31% from 255 or 32.60% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DC96B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC96B3 is #23694C. Grayscale: #AEAEAE. Windows color (decimal): -2320717 or 11769564. OLE color: 11769564.

HSL color Cylindrical-coordinate representation of color #DC96B3: hue angle of 335.14º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DC96B3 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 150 179 -
CMYK 0 0.32 0.19 0.14
HSL 335.14º 0.5% 0.73% -
HSV(B) 335.14º 0.32% 0.86% -
XYZ 48.56 40.28 47.86 -
YUV 174.24 130.69 160.64 -
System Red Green Blue C M Y K H S L
Decimal 220 150 179 0 0.32 0.19 0.14 335.14 0.5 0.73
Hex DC 96 B3 0 20 13 E 14F 32 49
Octal 334 226 263 0 40 23 16 517 62 111
Binary 11011100 10010110 10110011 0 100000 10011 1110 101001111 110010 1001001

Color Harmonies of #DC96B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC96B3

Black with #DC96B3

Text Example


Text Example

White with #DC96B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC96B3; }

 p { color: rgb(220,150,179); }

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

background-color css

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

 a { background-color: rgb(220,150,179); }

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

border-color css

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

 span { border-color: rgb(220,150,179); }

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