Html Css Color HEX #D993B2 Kobi

📋 copy color: '#D993B2'

red 217 ◦ green 147 ◦ blue 178

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

Shades of Kobi #D993B2

Tints of Kobi #D993B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.84%

R = 40.04%
G = 27.12%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D993B2 (or 0xD993B2) is known color: Kobi. HEX triplet: D9, 93 and B2. RGB value is (217,147,178). Sum of RGB (Red+Green+Blue) = 217+147+178=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 147 (57.81% from 255 or 27.12% from 542); Blue value is 178 (69.92% from 255 or 32.84% from 542); Max value from RGB is 217 - color contains mainly: red. Hex color #D993B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D993B2 is #266C4D. Grayscale: #ABABAB. Windows color (decimal): -2518094 or 11703257. OLE color: 11703257.

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

Color convert

RGB 217 147 178 -
CMYK 0 0.32 0.18 0.15
HSL 333.43º 0.48% 0.71% -
HSV(B) 333.43º 0.32% 0.85% -
XYZ 47.08 38.83 47.13 -
YUV 171.46 131.69 160.48 -
System Red Green Blue C M Y K H S L
Decimal 217 147 178 0 0.32 0.18 0.15 333.43 0.48 0.71
Hex D9 93 B2 0 20 12 F 14D 30 47
Octal 331 223 262 0 40 22 17 515 60 107
Binary 11011001 10010011 10110010 0 100000 10010 1111 101001101 110000 1000111

Color Harmonies of #D993B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D993B2

Black with #D993B2

Text Example


Text Example

White with #D993B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D993B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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