Html Css Color HEX #D396B2 Kobi

📋 copy color: '#D396B2'

red 211 ◦ green 150 ◦ blue 178

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

Shades of Kobi #D396B2

Tints of Kobi #D396B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.02%

R = 39.15%
G = 27.83%
B = 33.02%

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

#D396B2 (or 0xD396B2) is known color: Kobi. HEX triplet: D3, 96 and B2. RGB value is (211,150,178). Sum of RGB (Red+Green+Blue) = 211+150+178=539 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.15% from 539); Green value is 150 (58.98% from 255 or 27.83% from 539); Blue value is 178 (69.92% from 255 or 33.02% from 539); Max value from RGB is 211 - color contains mainly: red. Hex color #D396B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D396B2 is #2C694D. Grayscale: #ABABAB. Windows color (decimal): -2910542 or 11704019. OLE color: 11704019.

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

Color convert

RGB 211 150 178 -
CMYK 0 0.29 0.16 0.17
HSL 332.46º 0.41% 0.71% -
HSV(B) 332.46º 0.29% 0.83% -
XYZ 45.81 38.88 47.21 -
YUV 171.43 131.71 156.22 -
System Red Green Blue C M Y K H S L
Decimal 211 150 178 0 0.29 0.16 0.17 332.46 0.41 0.71
Hex D3 96 B2 0 1D 10 11 14C 29 47
Octal 323 226 262 0 35 20 21 514 51 107
Binary 11010011 10010110 10110010 0 11101 10000 10001 101001100 101001 1000111

Color Harmonies of #D396B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D396B2

Black with #D396B2

Text Example


Text Example

White with #D396B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D396B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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