Html Css Color HEX #D390A7 Kobi

📋 copy color: '#D390A7'

red 211 ◦ green 144 ◦ blue 167

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

Shades of Kobi #D390A7

Tints of Kobi #D390A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 31.99%

R = 40.42%
G = 27.59%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.17

RGB Variations

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

Color information

#D390A7 (or 0xD390A7) is known color: Kobi. HEX triplet: D3, 90 and A7. RGB value is (211,144,167). Sum of RGB (Red+Green+Blue) = 211+144+167=522 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.42% from 522); Green value is 144 (56.64% from 255 or 27.59% from 522); Blue value is 167 (65.62% from 255 or 31.99% from 522); Max value from RGB is 211 - color contains mainly: red. Hex color #D390A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D390A7 is #2C6F58. Grayscale: #A6A6A6. Windows color (decimal): -2912089 or 10981587. OLE color: 10981587.

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

Color convert

RGB 211 144 167 -
CMYK 0 0.32 0.21 0.17
HSL 339.4º 0.43% 0.7% -
HSV(B) 339.4º 0.32% 0.83% -
XYZ 43.81 36.59 41.31 -
YUV 166.66 128.2 159.63 -
System Red Green Blue C M Y K H S L
Decimal 211 144 167 0 0.32 0.21 0.17 339.4 0.43 0.7
Hex D3 90 A7 0 20 15 11 153 2B 46
Octal 323 220 247 0 40 25 21 523 53 106
Binary 11010011 10010000 10100111 0 100000 10101 10001 101010011 101011 1000110

Color Harmonies of #D390A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D390A7

Black with #D390A7

Text Example


Text Example

White with #D390A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D390A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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