Html Css Color HEX #D491AB Kobi

📋 copy color: '#D491AB'

red 212 ◦ green 145 ◦ blue 171

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

Shades of Kobi #D491AB

Tints of Kobi #D491AB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.46%

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

R = 40.15%
G = 27.46%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D491AB (or 0xD491AB) is known color: Kobi. HEX triplet: D4, 91 and AB. RGB value is (212,145,171). Sum of RGB (Red+Green+Blue) = 212+145+171=528 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.15% from 528); Green value is 145 (57.03% from 255 or 27.46% from 528); Blue value is 171 (67.19% from 255 or 32.39% from 528); Max value from RGB is 212 - color contains mainly: red. Hex color #D491AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D491AB is #2B6E54. Grayscale: #A7A7A7. Windows color (decimal): -2846293 or 11243988. OLE color: 11243988.

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

Color convert

RGB 212 145 171 -
CMYK 0 0.32 0.19 0.17
HSL 336.72º 0.44% 0.7% -
HSV(B) 336.72º 0.32% 0.83% -
XYZ 44.63 37.19 43.35 -
YUV 168 129.7 159.39 -
System Red Green Blue C M Y K H S L
Decimal 212 145 171 0 0.32 0.19 0.17 336.72 0.44 0.7
Hex D4 91 AB 0 20 13 11 151 2C 46
Octal 324 221 253 0 40 23 21 521 54 106
Binary 11010100 10010001 10101011 0 100000 10011 10001 101010001 101100 1000110

Color Harmonies of #D491AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D491AB

Black with #D491AB

Text Example


Text Example

White with #D491AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D491AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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