Html Css Color HEX #D993AC Kobi

📋 copy color: '#D993AC'

red 217 ◦ green 147 ◦ blue 172

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

Shades of Kobi #D993AC

Tints of Kobi #D993AC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.43%

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

R = 40.49%
G = 27.43%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D993AC (or 0xD993AC) is known color: Kobi. HEX triplet: D9, 93 and AC. RGB value is (217,147,172). Sum of RGB (Red+Green+Blue) = 217+147+172=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 147 (57.81% from 255 or 27.43% from 536); Blue value is 172 (67.58% from 255 or 32.09% from 536); Max value from RGB is 217 - color contains mainly: red. Hex color #D993AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D993AC is #266C53. Grayscale: #AAAAAA. Windows color (decimal): -2518100 or 11310041. OLE color: 11310041.

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

Color convert

RGB 217 147 172 -
CMYK 0 0.32 0.21 0.15
HSL 338.57º 0.48% 0.71% -
HSV(B) 338.57º 0.32% 0.85% -
XYZ 46.5 38.6 44.03 -
YUV 170.78 128.69 160.97 -
System Red Green Blue C M Y K H S L
Decimal 217 147 172 0 0.32 0.21 0.15 338.57 0.48 0.71
Hex D9 93 AC 0 20 15 F 153 30 47
Octal 331 223 254 0 40 25 17 523 60 107
Binary 11011001 10010011 10101100 0 100000 10101 1111 101010011 110000 1000111

Color Harmonies of #D993AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D993AC

Black with #D993AC

Text Example


Text Example

White with #D993AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D993AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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