Html Css Color HEX #D390AB Kobi

📋 copy color: '#D390AB'

red 211 ◦ green 144 ◦ blue 171

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

Shades of Kobi #D390AB

Tints of Kobi #D390AB

RGB

 RED value IS 211 (82.81% from 255) = 40.11%

 GREEN value IS 144 (56.64% from 255) = 27.38%

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

R = 40.11%
G = 27.38%
B = 32.51%

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

#D390AB (or 0xD390AB) is known color: Kobi. HEX triplet: D3, 90 and AB. RGB value is (211,144,171). Sum of RGB (Red+Green+Blue) = 211+144+171=526 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.11% from 526); Green value is 144 (56.64% from 255 or 27.38% from 526); Blue value is 171 (67.19% from 255 or 32.51% from 526); Max value from RGB is 211 - color contains mainly: red. Hex color #D390AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D390AB is #2C6F54. Grayscale: #A7A7A7. Windows color (decimal): -2912085 or 11243731. OLE color: 11243731.

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

Color convert

RGB 211 144 171 -
CMYK 0 0.32 0.19 0.17
HSL 335.82º 0.43% 0.7% -
HSV(B) 335.82º 0.32% 0.83% -
XYZ 44.19 36.74 43.29 -
YUV 167.11 130.2 159.3 -
System Red Green Blue C M Y K H S L
Decimal 211 144 171 0 0.32 0.19 0.17 335.82 0.43 0.7
Hex D3 90 AB 0 20 13 11 150 2B 46
Octal 323 220 253 0 40 23 21 520 53 106
Binary 11010011 10010000 10101011 0 100000 10011 10001 101010000 101011 1000110

Color Harmonies of #D390AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D390AB

Black with #D390AB

Text Example


Text Example

White with #D390AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D390AB; }

 p { color: rgb(211,144,171); }

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

background-color css

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

 a { background-color: rgb(211,144,171); }

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

border-color css

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

 span { border-color: rgb(211,144,171); }

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