Html Css Color HEX #D993A5 Kobi

📋 copy color: '#D993A5'

red 217 ◦ green 147 ◦ blue 165

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

Shades of Kobi #D993A5

Tints of Kobi #D993A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 31.19%

R = 41.02%
G = 27.79%
B = 31.19%

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

#D993A5 (or 0xD993A5) is known color: Kobi. HEX triplet: D9, 93 and A5. RGB value is (217,147,165). Sum of RGB (Red+Green+Blue) = 217+147+165=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 147 (57.81% from 255 or 27.79% from 529); Blue value is 165 (64.84% from 255 or 31.19% from 529); Max value from RGB is 217 - color contains mainly: red. Hex color #D993A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D993A5 is #266C5A. Grayscale: #A9A9A9. Windows color (decimal): -2518107 or 10851289. OLE color: 10851289.

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

Color convert

RGB 217 147 165 -
CMYK 0 0.32 0.24 0.15
HSL 344.57º 0.48% 0.71% -
HSV(B) 344.57º 0.32% 0.85% -
XYZ 45.84 38.34 40.58 -
YUV 169.98 125.19 161.54 -
System Red Green Blue C M Y K H S L
Decimal 217 147 165 0 0.32 0.24 0.15 344.57 0.48 0.71
Hex D9 93 A5 0 20 18 F 159 30 47
Octal 331 223 245 0 40 30 17 531 60 107
Binary 11011001 10010011 10100101 0 100000 11000 1111 101011001 110000 1000111

Color Harmonies of #D993A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D993A5

Black with #D993A5

Text Example


Text Example

White with #D993A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D993A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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