Html Css Color HEX #D993A6 Kobi

📋 copy color: '#D993A6'

red 217 ◦ green 147 ◦ blue 166

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

Shades of Kobi #D993A6

Tints of Kobi #D993A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 31.32%

R = 40.94%
G = 27.74%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D993A6 (or 0xD993A6) is known color: Kobi. HEX triplet: D9, 93 and A6. RGB value is (217,147,166). Sum of RGB (Red+Green+Blue) = 217+147+166=530 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.94% from 530); Green value is 147 (57.81% from 255 or 27.74% from 530); Blue value is 166 (65.23% from 255 or 31.32% from 530); Max value from RGB is 217 - color contains mainly: red. Hex color #D993A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D993A6 is #266C59. Grayscale: #AAAAAA. Windows color (decimal): -2518106 or 10916825. OLE color: 10916825.

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

Color convert

RGB 217 147 166 -
CMYK 0 0.32 0.24 0.15
HSL 343.71º 0.48% 0.71% -
HSV(B) 343.71º 0.32% 0.85% -
XYZ 45.93 38.37 41.06 -
YUV 170.1 125.69 161.46 -
System Red Green Blue C M Y K H S L
Decimal 217 147 166 0 0.32 0.24 0.15 343.71 0.48 0.71
Hex D9 93 A6 0 20 18 F 158 30 47
Octal 331 223 246 0 40 30 17 530 60 107
Binary 11011001 10010011 10100110 0 100000 11000 1111 101011000 110000 1000111

Color Harmonies of #D993A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D993A6

Black with #D993A6

Text Example


Text Example

White with #D993A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D993A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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