Html Css Color HEX #D380AB Kobi

📋 copy color: '#D380AB'

red 211 ◦ green 128 ◦ blue 171

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

Shades of Kobi #D380AB

Tints of Kobi #D380AB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.1%

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

R = 41.37%
G = 25.1%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D380AB (or 0xD380AB) is known color: Kobi. HEX triplet: D3, 80 and AB. RGB value is (211,128,171). Sum of RGB (Red+Green+Blue) = 211+128+171=510 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.37% from 510); Green value is 128 (50.39% from 255 or 25.10% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 211 - color contains mainly: red. Hex color #D380AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D380AB is #2C7F54. Grayscale: #9D9D9D. Windows color (decimal): -2916181 or 11239635. OLE color: 11239635.

HSL color Cylindrical-coordinate representation of color #D380AB: hue angle of 328.92º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D380AB is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 128 171 -
CMYK 0 0.39 0.19 0.17
HSL 328.92º 0.49% 0.66% -
HSV(B) 328.92º 0.39% 0.83% -
XYZ 41.93 32.23 42.54 -
YUV 157.72 135.5 166 -
System Red Green Blue C M Y K H S L
Decimal 211 128 171 0 0.39 0.19 0.17 328.92 0.49 0.66
Hex D3 80 AB 0 27 13 11 149 31 42
Octal 323 200 253 0 47 23 21 511 61 102
Binary 11010011 10000000 10101011 0 100111 10011 10001 101001001 110001 1000010

Color Harmonies of #D380AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D380AB

Black with #D380AB

Text Example


Text Example

White with #D380AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D380AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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