Html Css Color HEX #DC96B4 Kobi

📋 copy color: '#DC96B4'

red 220 ◦ green 150 ◦ blue 180

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

Shades of Kobi #DC96B4

Tints of Kobi #DC96B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 32.73%

R = 40%
G = 27.27%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DC96B4 (or 0xDC96B4) is known color: Kobi. HEX triplet: DC, 96 and B4. RGB value is (220,150,180). Sum of RGB (Red+Green+Blue) = 220+150+180=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 150 (58.98% from 255 or 27.27% from 550); Blue value is 180 (70.70% from 255 or 32.73% from 550); Max value from RGB is 220 - color contains mainly: red. Hex color #DC96B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC96B4 is #23694B. Grayscale: #AEAEAE. Windows color (decimal): -2320716 or 11835100. OLE color: 11835100.

HSL color Cylindrical-coordinate representation of color #DC96B4: hue angle of 334.29º 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 #DC96B4 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 150 180 -
CMYK 0 0.32 0.18 0.14
HSL 334.29º 0.5% 0.73% -
HSV(B) 334.29º 0.32% 0.86% -
XYZ 48.66 40.32 48.4 -
YUV 174.35 131.19 160.56 -
System Red Green Blue C M Y K H S L
Decimal 220 150 180 0 0.32 0.18 0.14 334.29 0.5 0.73
Hex DC 96 B4 0 20 12 E 14E 32 49
Octal 334 226 264 0 40 22 16 516 62 111
Binary 11011100 10010110 10110100 0 100000 10010 1110 101001110 110010 1001001

Color Harmonies of #DC96B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC96B4

Black with #DC96B4

Text Example


Text Example

White with #DC96B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC96B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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