Html Css Color HEX #D390B1 Kobi

📋 copy color: '#D390B1'

red 211 ◦ green 144 ◦ blue 177

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

Shades of Kobi #D390B1

Tints of Kobi #D390B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 33.27%

R = 39.66%
G = 27.07%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.16

 K value IS 0.17

RGB Variations

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

Color information

#D390B1 (or 0xD390B1) is known color: Kobi. HEX triplet: D3, 90 and B1. RGB value is (211,144,177). Sum of RGB (Red+Green+Blue) = 211+144+177=532 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.66% from 532); Green value is 144 (56.64% from 255 or 27.07% from 532); Blue value is 177 (69.53% from 255 or 33.27% from 532); Max value from RGB is 211 - color contains mainly: red. Hex color #D390B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D390B1 is #2C6F4E. Grayscale: #A7A7A7. Windows color (decimal): -2912079 or 11636947. OLE color: 11636947.

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

Color convert

RGB 211 144 177 -
CMYK 0 0.32 0.16 0.17
HSL 330.45º 0.43% 0.7% -
HSV(B) 330.45º 0.32% 0.83% -
XYZ 44.77 36.97 46.37 -
YUV 167.8 133.2 158.82 -
System Red Green Blue C M Y K H S L
Decimal 211 144 177 0 0.32 0.16 0.17 330.45 0.43 0.7
Hex D3 90 B1 0 20 10 11 14A 2B 46
Octal 323 220 261 0 40 20 21 512 53 106
Binary 11010011 10010000 10110001 0 100000 10000 10001 101001010 101011 1000110

Color Harmonies of #D390B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D390B1

Black with #D390B1

Text Example


Text Example

White with #D390B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D390B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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