Html Css Color HEX #D398B1 Kobi

📋 copy color: '#D398B1'

red 211 ◦ green 152 ◦ blue 177

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

Shades of Kobi #D398B1

Tints of Kobi #D398B1

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.15%

 BLUE value IS 177 (69.53% from 255) = 32.78%

R = 39.07%
G = 28.15%
B = 32.78%

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

#D398B1 (or 0xD398B1) is known color: Kobi. HEX triplet: D3, 98 and B1. RGB value is (211,152,177). Sum of RGB (Red+Green+Blue) = 211+152+177=540 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.07% from 540); Green value is 152 (59.77% from 255 or 28.15% from 540); Blue value is 177 (69.53% from 255 or 32.78% from 540); Max value from RGB is 211 - color contains mainly: red. Hex color #D398B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D398B1 is #2C674E. Grayscale: #ACACAC. Windows color (decimal): -2910031 or 11638995. OLE color: 11638995.

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

Color convert

RGB 211 152 177 -
CMYK 0 0.28 0.16 0.17
HSL 334.58º 0.4% 0.71% -
HSV(B) 334.58º 0.28% 0.83% -
XYZ 46.03 39.48 46.79 -
YUV 172.49 130.55 155.47 -
System Red Green Blue C M Y K H S L
Decimal 211 152 177 0 0.28 0.16 0.17 334.58 0.4 0.71
Hex D3 98 B1 0 1C 10 11 14F 28 47
Octal 323 230 261 0 34 20 21 517 50 107
Binary 11010011 10011000 10110001 0 11100 10000 10001 101001111 101000 1000111

Color Harmonies of #D398B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D398B1

Black with #D398B1

Text Example


Text Example

White with #D398B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D398B1; }

 p { color: rgb(211,152,177); }

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

background-color css

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

 a { background-color: rgb(211,152,177); }

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

border-color css

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

 span { border-color: rgb(211,152,177); }

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