Html Css Color HEX #D382AB Kobi

📋 copy color: '#D382AB'

red 211 ◦ green 130 ◦ blue 171

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

Shades of Kobi #D382AB

Tints of Kobi #D382AB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.39%

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

R = 41.21%
G = 25.39%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D382AB (or 0xD382AB) is known color: Kobi. HEX triplet: D3, 82 and AB. RGB value is (211,130,171). Sum of RGB (Red+Green+Blue) = 211+130+171=512 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.21% from 512); Green value is 130 (51.17% from 255 or 25.39% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 211 - color contains mainly: red. Hex color #D382AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D382AB is #2C7D54. Grayscale: #9E9E9E. Windows color (decimal): -2915669 or 11240147. OLE color: 11240147.

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

Color convert

RGB 211 130 171 -
CMYK 0 0.38 0.19 0.17
HSL 329.63º 0.48% 0.67% -
HSV(B) 329.63º 0.38% 0.83% -
XYZ 42.2 32.75 42.63 -
YUV 158.89 134.84 165.17 -
System Red Green Blue C M Y K H S L
Decimal 211 130 171 0 0.38 0.19 0.17 329.63 0.48 0.67
Hex D3 82 AB 0 26 13 11 14A 30 43
Octal 323 202 253 0 46 23 21 512 60 103
Binary 11010011 10000010 10101011 0 100110 10011 10001 101001010 110000 1000011

Color Harmonies of #D382AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D382AB

Black with #D382AB

Text Example


Text Example

White with #D382AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D382AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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