Html Css Color HEX #D397B2 Kobi

📋 copy color: '#D397B2'

red 211 ◦ green 151 ◦ blue 178

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

Shades of Kobi #D397B2

Tints of Kobi #D397B2

RGB

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

 GREEN value IS 151 (59.38% from 255) = 27.96%

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

R = 39.07%
G = 27.96%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.16

 K value IS 0.17

RGB Variations

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

Color information

#D397B2 (or 0xD397B2) is known color: Kobi. HEX triplet: D3, 97 and B2. RGB value is (211,151,178). Sum of RGB (Red+Green+Blue) = 211+151+178=540 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.07% from 540); Green value is 151 (59.38% from 255 or 27.96% from 540); Blue value is 178 (69.92% from 255 or 32.96% from 540); Max value from RGB is 211 - color contains mainly: red. Hex color #D397B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D397B2 is #2C684D. Grayscale: #ABABAB. Windows color (decimal): -2910286 or 11704275. OLE color: 11704275.

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

Color convert

RGB 211 151 178 -
CMYK 0 0.28 0.16 0.17
HSL 333º 0.41% 0.71% -
HSV(B) 333º 0.28% 0.83% -
XYZ 45.97 39.2 47.26 -
YUV 172.02 131.38 155.8 -
System Red Green Blue C M Y K H S L
Decimal 211 151 178 0 0.28 0.16 0.17 333 0.41 0.71
Hex D3 97 B2 0 1C 10 11 14D 29 47
Octal 323 227 262 0 34 20 21 515 51 107
Binary 11010011 10010111 10110010 0 11100 10000 10001 101001101 101001 1000111

Color Harmonies of #D397B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D397B2

Black with #D397B2

Text Example


Text Example

White with #D397B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D397B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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