Html Css Color HEX #D386B0 Kobi

📋 copy color: '#D386B0'

red 211 ◦ green 134 ◦ blue 176

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

Shades of Kobi #D386B0

Tints of Kobi #D386B0

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.72%

 BLUE value IS 176 (69.14% from 255) = 33.78%

R = 40.5%
G = 25.72%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#D386B0 (or 0xD386B0) is known color: Kobi. HEX triplet: D3, 86 and B0. RGB value is (211,134,176). Sum of RGB (Red+Green+Blue) = 211+134+176=521 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.50% from 521); Green value is 134 (52.73% from 255 or 25.72% from 521); Blue value is 176 (69.14% from 255 or 33.78% from 521); Max value from RGB is 211 - color contains mainly: red. Hex color #D386B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D386B0 is #2C794F. Grayscale: #A1A1A1. Windows color (decimal): -2914640 or 11568851. OLE color: 11568851.

HSL color Cylindrical-coordinate representation of color #D386B0: hue angle of 327.27º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D386B0 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 134 176 -
CMYK 0 0.36 0.17 0.17
HSL 327.27º 0.47% 0.68% -
HSV(B) 327.27º 0.36% 0.83% -
XYZ 43.23 34.03 45.37 -
YUV 161.81 136.01 163.08 -
System Red Green Blue C M Y K H S L
Decimal 211 134 176 0 0.36 0.17 0.17 327.27 0.47 0.68
Hex D3 86 B0 0 24 11 11 147 2F 44
Octal 323 206 260 0 44 21 21 507 57 104
Binary 11010011 10000110 10110000 0 100100 10001 10001 101000111 101111 1000100

Color Harmonies of #D386B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D386B0

Black with #D386B0

Text Example


Text Example

White with #D386B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D386B0; }

 p { color: rgb(211,134,176); }

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

background-color css

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

 a { background-color: rgb(211,134,176); }

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

border-color css

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

 span { border-color: rgb(211,134,176); }

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