Html Css Color HEX #D396AC Kobi

📋 copy color: '#D396AC'

red 211 ◦ green 150 ◦ blue 172

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

Shades of Kobi #D396AC

Tints of Kobi #D396AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 32.27%

R = 39.59%
G = 28.14%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D396AC (or 0xD396AC) is known color: Kobi. HEX triplet: D3, 96 and AC. RGB value is (211,150,172). Sum of RGB (Red+Green+Blue) = 211+150+172=533 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.59% from 533); Green value is 150 (58.98% from 255 or 28.14% from 533); Blue value is 172 (67.58% from 255 or 32.27% from 533); Max value from RGB is 211 - color contains mainly: red. Hex color #D396AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D396AC is #2C6953. Grayscale: #AAAAAA. Windows color (decimal): -2910548 or 11310803. OLE color: 11310803.

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

Color convert

RGB 211 150 172 -
CMYK 0 0.29 0.18 0.17
HSL 338.36º 0.41% 0.71% -
HSV(B) 338.36º 0.29% 0.83% -
XYZ 45.22 38.64 44.1 -
YUV 170.75 128.71 156.71 -
System Red Green Blue C M Y K H S L
Decimal 211 150 172 0 0.29 0.18 0.17 338.36 0.41 0.71
Hex D3 96 AC 0 1D 12 11 152 29 47
Octal 323 226 254 0 35 22 21 522 51 107
Binary 11010011 10010110 10101100 0 11101 10010 10001 101010010 101001 1000111

Color Harmonies of #D396AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D396AC

Black with #D396AC

Text Example


Text Example

White with #D396AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D396AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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