Html Css Color HEX #D993A2 Kobi

📋 copy color: '#D993A2'

red 217 ◦ green 147 ◦ blue 162

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

Shades of Kobi #D993A2

Tints of Kobi #D993A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 30.8%

R = 41.25%
G = 27.95%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#D993A2 (or 0xD993A2) is known color: Kobi. HEX triplet: D9, 93 and A2. RGB value is (217,147,162). Sum of RGB (Red+Green+Blue) = 217+147+162=526 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.25% from 526); Green value is 147 (57.81% from 255 or 27.95% from 526); Blue value is 162 (63.67% from 255 or 30.80% from 526); Max value from RGB is 217 - color contains mainly: red. Hex color #D993A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D993A2 is #266C5D. Grayscale: #A9A9A9. Windows color (decimal): -2518110 or 10654681. OLE color: 10654681.

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

Color convert

RGB 217 147 162 -
CMYK 0 0.32 0.25 0.15
HSL 347.14º 0.48% 0.71% -
HSV(B) 347.14º 0.32% 0.85% -
XYZ 45.57 38.23 39.16 -
YUV 169.64 123.69 161.78 -
System Red Green Blue C M Y K H S L
Decimal 217 147 162 0 0.32 0.25 0.15 347.14 0.48 0.71
Hex D9 93 A2 0 20 19 F 15B 30 47
Octal 331 223 242 0 40 31 17 533 60 107
Binary 11011001 10010011 10100010 0 100000 11001 1111 101011011 110000 1000111

Color Harmonies of #D993A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D993A2

Black with #D993A2

Text Example


Text Example

White with #D993A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D993A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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