Html Css Color HEX #D397A6 Kobi

📋 copy color: '#D397A6'

red 211 ◦ green 151 ◦ blue 166

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

Shades of Kobi #D397A6

Tints of Kobi #D397A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 31.44%

R = 39.96%
G = 28.6%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.21

 K value IS 0.17

RGB Variations

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

Color information

#D397A6 (or 0xD397A6) is known color: Kobi. HEX triplet: D3, 97 and A6. RGB value is (211,151,166). Sum of RGB (Red+Green+Blue) = 211+151+166=528 (69% of max value = 765). Red value is 211 (82.81% from 255 or 39.96% from 528); Green value is 151 (59.38% from 255 or 28.60% from 528); Blue value is 166 (65.23% from 255 or 31.44% from 528); Max value from RGB is 211 - color contains mainly: red. Hex color #D397A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D397A6 is #2C6859. Grayscale: #AAAAAA. Windows color (decimal): -2910298 or 10917843. OLE color: 10917843.

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

Color convert

RGB 211 151 166 -
CMYK 0 0.28 0.21 0.17
HSL 345º 0.41% 0.71% -
HSV(B) 345º 0.28% 0.83% -
XYZ 44.81 38.74 41.19 -
YUV 170.65 125.38 156.78 -
System Red Green Blue C M Y K H S L
Decimal 211 151 166 0 0.28 0.21 0.17 345 0.41 0.71
Hex D3 97 A6 0 1C 15 11 159 29 47
Octal 323 227 246 0 34 25 21 531 51 107
Binary 11010011 10010111 10100110 0 11100 10101 10001 101011001 101001 1000111

Color Harmonies of #D397A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D397A6

Black with #D397A6

Text Example


Text Example

White with #D397A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D397A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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