Html Css Color HEX #D396B1 Kobi

📋 copy color: '#D396B1'

red 211 ◦ green 150 ◦ blue 177

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

Shades of Kobi #D396B1

Tints of Kobi #D396B1

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.88%

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

R = 39.22%
G = 27.88%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.16

 K value IS 0.17

RGB Variations

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

Color information

#D396B1 (or 0xD396B1) is known color: Kobi. HEX triplet: D3, 96 and B1. RGB value is (211,150,177). Sum of RGB (Red+Green+Blue) = 211+150+177=538 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.22% from 538); Green value is 150 (58.98% from 255 or 27.88% from 538); Blue value is 177 (69.53% from 255 or 32.90% from 538); Max value from RGB is 211 - color contains mainly: red. Hex color #D396B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D396B1 is #2C694E. Grayscale: #ABABAB. Windows color (decimal): -2910543 or 11638483. OLE color: 11638483.

HSL color Cylindrical-coordinate representation of color #D396B1: hue angle of 333.44º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D396B1 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 150 177 -
CMYK 0 0.29 0.16 0.17
HSL 333.44º 0.41% 0.71% -
HSV(B) 333.44º 0.29% 0.83% -
XYZ 45.71 38.84 46.68 -
YUV 171.32 131.21 156.3 -
System Red Green Blue C M Y K H S L
Decimal 211 150 177 0 0.29 0.16 0.17 333.44 0.41 0.71
Hex D3 96 B1 0 1D 10 11 14D 29 47
Octal 323 226 261 0 35 20 21 515 51 107
Binary 11010011 10010110 10110001 0 11101 10000 10001 101001101 101001 1000111

Color Harmonies of #D396B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D396B1

Black with #D396B1

Text Example


Text Example

White with #D396B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D396B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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