Html Css Color HEX #D996AC Kobi

📋 copy color: '#D996AC'

red 217 ◦ green 150 ◦ blue 172

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

Shades of Kobi #D996AC

Tints of Kobi #D996AC

RGB

 RED value IS 217 (85.16% from 255) = 40.26%

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

 BLUE value IS 172 (67.58% from 255) = 31.91%

R = 40.26%
G = 27.83%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D996AC (or 0xD996AC) is known color: Kobi. HEX triplet: D9, 96 and AC. RGB value is (217,150,172). Sum of RGB (Red+Green+Blue) = 217+150+172=539 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.26% from 539); Green value is 150 (58.98% from 255 or 27.83% from 539); Blue value is 172 (67.58% from 255 or 31.91% from 539); Max value from RGB is 217 - color contains mainly: red. Hex color #D996AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D996AC is #266953. Grayscale: #ACACAC. Windows color (decimal): -2517332 or 11310809. OLE color: 11310809.

HSL color Cylindrical-coordinate representation of color #D996AC: hue angle of 340.3º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D996AC is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 150 172 -
CMYK 0 0.31 0.21 0.15
HSL 340.3º 0.47% 0.72% -
HSV(B) 340.3º 0.31% 0.85% -
XYZ 46.97 39.54 44.19 -
YUV 172.54 127.7 159.71 -
System Red Green Blue C M Y K H S L
Decimal 217 150 172 0 0.31 0.21 0.15 340.3 0.47 0.72
Hex D9 96 AC 0 1F 15 F 154 2F 48
Octal 331 226 254 0 37 25 17 524 57 110
Binary 11011001 10010110 10101100 0 11111 10101 1111 101010100 101111 1001000

Color Harmonies of #D996AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D996AC

Black with #D996AC

Text Example


Text Example

White with #D996AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D996AC; }

 p { color: rgb(217,150,172); }

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

background-color css

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

 a { background-color: rgb(217,150,172); }

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

border-color css

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

 span { border-color: rgb(217,150,172); }

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