Html Css Color HEX #D493A8 Kobi

📋 copy color: '#D493A8'

red 212 ◦ green 147 ◦ blue 168

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

Shades of Kobi #D493A8

Tints of Kobi #D493A8

RGB

 RED value IS 212 (83.2% from 255) = 40.23%

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

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

R = 40.23%
G = 27.89%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.21

 K value IS 0.17

RGB Variations

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

Color information

#D493A8 (or 0xD493A8) is known color: Kobi. HEX triplet: D4, 93 and A8. RGB value is (212,147,168). Sum of RGB (Red+Green+Blue) = 212+147+168=527 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.23% from 527); Green value is 147 (57.81% from 255 or 27.89% from 527); Blue value is 168 (66.02% from 255 or 31.88% from 527); Max value from RGB is 212 - color contains mainly: red. Hex color #D493A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D493A8 is #2B6C57. Grayscale: #A8A8A8. Windows color (decimal): -2845784 or 11047892. OLE color: 11047892.

HSL color Cylindrical-coordinate representation of color #D493A8: hue angle of 340.62º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D493A8 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 147 168 -
CMYK 0 0.31 0.21 0.17
HSL 340.62º 0.43% 0.7% -
HSV(B) 340.62º 0.31% 0.83% -
XYZ 44.65 37.69 41.97 -
YUV 168.83 127.53 158.79 -
System Red Green Blue C M Y K H S L
Decimal 212 147 168 0 0.31 0.21 0.17 340.62 0.43 0.7
Hex D4 93 A8 0 1F 15 11 155 2B 46
Octal 324 223 250 0 37 25 21 525 53 106
Binary 11010100 10010011 10101000 0 11111 10101 10001 101010101 101011 1000110

Color Harmonies of #D493A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D493A8

Black with #D493A8

Text Example


Text Example

White with #D493A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D493A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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