Html Css Color HEX #D386A8 Kobi

📋 copy color: '#D386A8'

red 211 ◦ green 134 ◦ blue 168

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

Shades of Kobi #D386A8

Tints of Kobi #D386A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 32.75%

R = 41.13%
G = 26.12%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#D386A8 (or 0xD386A8) is known color: Kobi. HEX triplet: D3, 86 and A8. RGB value is (211,134,168). Sum of RGB (Red+Green+Blue) = 211+134+168=513 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.13% from 513); Green value is 134 (52.73% from 255 or 26.12% from 513); Blue value is 168 (66.02% from 255 or 32.75% from 513); Max value from RGB is 211 - color contains mainly: red. Hex color #D386A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D386A8 is #2C7957. Grayscale: #A0A0A0. Windows color (decimal): -2914648 or 11044563. OLE color: 11044563.

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

Color convert

RGB 211 134 168 -
CMYK 0 0.36 0.20 0.17
HSL 333.51º 0.47% 0.68% -
HSV(B) 333.51º 0.36% 0.83% -
XYZ 42.46 33.73 41.32 -
YUV 160.9 132.01 163.74 -
System Red Green Blue C M Y K H S L
Decimal 211 134 168 0 0.36 0.20 0.17 333.51 0.47 0.68
Hex D3 86 A8 0 24 14 11 14E 2F 44
Octal 323 206 250 0 44 24 21 516 57 104
Binary 11010011 10000110 10101000 0 100100 10100 10001 101001110 101111 1000100

Color Harmonies of #D386A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D386A8

Black with #D386A8

Text Example


Text Example

White with #D386A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D386A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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