Html Css Color HEX #D993A8 Kobi

📋 copy color: '#D993A8'

red 217 ◦ green 147 ◦ blue 168

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

Shades of Kobi #D993A8

Tints of Kobi #D993A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 31.58%

R = 40.79%
G = 27.63%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D993A8 (or 0xD993A8) is known color: Kobi. HEX triplet: D9, 93 and A8. RGB value is (217,147,168). Sum of RGB (Red+Green+Blue) = 217+147+168=532 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.79% from 532); Green value is 147 (57.81% from 255 or 27.63% from 532); Blue value is 168 (66.02% from 255 or 31.58% from 532); Max value from RGB is 217 - color contains mainly: red. Hex color #D993A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D993A8 is #266C57. Grayscale: #AAAAAA. Windows color (decimal): -2518104 or 11047897. OLE color: 11047897.

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

Color convert

RGB 217 147 168 -
CMYK 0 0.32 0.23 0.15
HSL 342º 0.48% 0.71% -
HSV(B) 342º 0.32% 0.85% -
XYZ 46.12 38.45 42.04 -
YUV 170.32 126.69 161.29 -
System Red Green Blue C M Y K H S L
Decimal 217 147 168 0 0.32 0.23 0.15 342 0.48 0.71
Hex D9 93 A8 0 20 17 F 156 30 47
Octal 331 223 250 0 40 27 17 526 60 107
Binary 11011001 10010011 10101000 0 100000 10111 1111 101010110 110000 1000111

Color Harmonies of #D993A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D993A8

Black with #D993A8

Text Example


Text Example

White with #D993A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D993A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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