Html Css Color HEX #D390AD Kobi

📋 copy color: '#D390AD'

red 211 ◦ green 144 ◦ blue 173

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

Shades of Kobi #D390AD

Tints of Kobi #D390AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 32.77%

R = 39.96%
G = 27.27%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D390AD (or 0xD390AD) is known color: Kobi. HEX triplet: D3, 90 and AD. RGB value is (211,144,173). Sum of RGB (Red+Green+Blue) = 211+144+173=528 (69% of max value = 765). Red value is 211 (82.81% from 255 or 39.96% from 528); Green value is 144 (56.64% from 255 or 27.27% from 528); Blue value is 173 (67.97% from 255 or 32.77% from 528); Max value from RGB is 211 - color contains mainly: red. Hex color #D390AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D390AD is #2C6F52. Grayscale: #A7A7A7. Windows color (decimal): -2912083 or 11374803. OLE color: 11374803.

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

Color convert

RGB 211 144 173 -
CMYK 0 0.32 0.18 0.17
HSL 334.03º 0.43% 0.7% -
HSV(B) 334.03º 0.32% 0.83% -
XYZ 44.38 36.81 44.3 -
YUV 167.34 131.2 159.14 -
System Red Green Blue C M Y K H S L
Decimal 211 144 173 0 0.32 0.18 0.17 334.03 0.43 0.7
Hex D3 90 AD 0 20 12 11 14E 2B 46
Octal 323 220 255 0 40 22 21 516 53 106
Binary 11010011 10010000 10101101 0 100000 10010 10001 101001110 101011 1000110

Color Harmonies of #D390AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D390AD

Black with #D390AD

Text Example


Text Example

White with #D390AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D390AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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