Html Css Color HEX #D395AB Kobi

📋 copy color: '#D395AB'

red 211 ◦ green 149 ◦ blue 171

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

Shades of Kobi #D395AB

Tints of Kobi #D395AB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.06%

 BLUE value IS 171 (67.19% from 255) = 32.2%

R = 39.74%
G = 28.06%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D395AB (or 0xD395AB) is known color: Kobi. HEX triplet: D3, 95 and AB. RGB value is (211,149,171). Sum of RGB (Red+Green+Blue) = 211+149+171=531 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.74% from 531); Green value is 149 (58.59% from 255 or 28.06% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 211 - color contains mainly: red. Hex color #D395AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D395AB is #2C6A54. Grayscale: #AAAAAA. Windows color (decimal): -2910805 or 11245011. OLE color: 11245011.

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

Color convert

RGB 211 149 171 -
CMYK 0 0.29 0.19 0.17
HSL 338.71º 0.41% 0.71% -
HSV(B) 338.71º 0.29% 0.83% -
XYZ 44.96 38.28 43.55 -
YUV 170.05 128.54 157.21 -
System Red Green Blue C M Y K H S L
Decimal 211 149 171 0 0.29 0.19 0.17 338.71 0.41 0.71
Hex D3 95 AB 0 1D 13 11 153 29 47
Octal 323 225 253 0 35 23 21 523 51 107
Binary 11010011 10010101 10101011 0 11101 10011 10001 101010011 101001 1000111

Color Harmonies of #D395AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D395AB

Black with #D395AB

Text Example


Text Example

White with #D395AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D395AB; }

 p { color: rgb(211,149,171); }

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

background-color css

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

 a { background-color: rgb(211,149,171); }

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

border-color css

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

 span { border-color: rgb(211,149,171); }

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