Html Css Color HEX #D493AB Kobi

📋 copy color: '#D493AB'

red 212 ◦ green 147 ◦ blue 171

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

Shades of Kobi #D493AB

Tints of Kobi #D493AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.26%

R = 40%
G = 27.74%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D493AB (or 0xD493AB) is known color: Kobi. HEX triplet: D4, 93 and AB. RGB value is (212,147,171). Sum of RGB (Red+Green+Blue) = 212+147+171=530 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40% from 530); Green value is 147 (57.81% from 255 or 27.74% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 212 - color contains mainly: red. Hex color #D493AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D493AB is #2B6C54. Grayscale: #A9A9A9. Windows color (decimal): -2845781 or 11244500. OLE color: 11244500.

HSL color Cylindrical-coordinate representation of color #D493AB: hue angle of 337.85º 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 #D493AB is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 147 171 -
CMYK 0 0.31 0.19 0.17
HSL 337.85º 0.43% 0.7% -
HSV(B) 337.85º 0.31% 0.83% -
XYZ 44.94 37.8 43.46 -
YUV 169.17 129.03 158.55 -
System Red Green Blue C M Y K H S L
Decimal 212 147 171 0 0.31 0.19 0.17 337.85 0.43 0.7
Hex D4 93 AB 0 1F 13 11 152 2B 46
Octal 324 223 253 0 37 23 21 522 53 106
Binary 11010100 10010011 10101011 0 11111 10011 10001 101010010 101011 1000110

Color Harmonies of #D493AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D493AB

Black with #D493AB

Text Example


Text Example

White with #D493AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D493AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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