Html Css Color HEX #D397B0 Kobi

📋 copy color: '#D397B0'

red 211 ◦ green 151 ◦ blue 176

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

Shades of Kobi #D397B0

Tints of Kobi #D397B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.71%

R = 39.22%
G = 28.07%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#D397B0 (or 0xD397B0) is known color: Kobi. HEX triplet: D3, 97 and B0. RGB value is (211,151,176). Sum of RGB (Red+Green+Blue) = 211+151+176=538 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.22% from 538); Green value is 151 (59.38% from 255 or 28.07% from 538); Blue value is 176 (69.14% from 255 or 32.71% from 538); Max value from RGB is 211 - color contains mainly: red. Hex color #D397B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D397B0 is #2C684F. Grayscale: #ABABAB. Windows color (decimal): -2910288 or 11573203. OLE color: 11573203.

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

Color convert

RGB 211 151 176 -
CMYK 0 0.28 0.17 0.17
HSL 335º 0.41% 0.71% -
HSV(B) 335º 0.28% 0.83% -
XYZ 45.77 39.12 46.21 -
YUV 171.79 130.38 155.97 -
System Red Green Blue C M Y K H S L
Decimal 211 151 176 0 0.28 0.17 0.17 335 0.41 0.71
Hex D3 97 B0 0 1C 11 11 14F 29 47
Octal 323 227 260 0 34 21 21 517 51 107
Binary 11010011 10010111 10110000 0 11100 10001 10001 101001111 101001 1000111

Color Harmonies of #D397B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D397B0

Black with #D397B0

Text Example


Text Example

White with #D397B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D397B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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