Html Css Color HEX #D382A9 Kobi

📋 copy color: '#D382A9'

red 211 ◦ green 130 ◦ blue 169

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

Shades of Kobi #D382A9

Tints of Kobi #D382A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 33.14%

R = 41.37%
G = 25.49%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#D382A9 (or 0xD382A9) is known color: Kobi. HEX triplet: D3, 82 and A9. RGB value is (211,130,169). Sum of RGB (Red+Green+Blue) = 211+130+169=510 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.37% from 510); Green value is 130 (51.17% from 255 or 25.49% from 510); Blue value is 169 (66.41% from 255 or 33.14% from 510); Max value from RGB is 211 - color contains mainly: red. Hex color #D382A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D382A9 is #2C7D56. Grayscale: #9E9E9E. Windows color (decimal): -2915671 or 11109075. OLE color: 11109075.

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

Color convert

RGB 211 130 169 -
CMYK 0 0.38 0.20 0.17
HSL 331.11º 0.48% 0.67% -
HSV(B) 331.11º 0.38% 0.83% -
XYZ 42.01 32.68 41.63 -
YUV 158.67 133.84 165.33 -
System Red Green Blue C M Y K H S L
Decimal 211 130 169 0 0.38 0.20 0.17 331.11 0.48 0.67
Hex D3 82 A9 0 26 14 11 14B 30 43
Octal 323 202 251 0 46 24 21 513 60 103
Binary 11010011 10000010 10101001 0 100110 10100 10001 101001011 110000 1000011

Color Harmonies of #D382A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D382A9

Black with #D382A9

Text Example


Text Example

White with #D382A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D382A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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