Html Css Color HEX #D384AC Kobi

📋 copy color: '#D384AC'

red 211 ◦ green 132 ◦ blue 172

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

Shades of Kobi #D384AC

Tints of Kobi #D384AC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.63%

 BLUE value IS 172 (67.58% from 255) = 33.4%

R = 40.97%
G = 25.63%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D384AC (or 0xD384AC) is known color: Kobi. HEX triplet: D3, 84 and AC. RGB value is (211,132,172). Sum of RGB (Red+Green+Blue) = 211+132+172=515 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.97% from 515); Green value is 132 (51.95% from 255 or 25.63% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 211 - color contains mainly: red. Hex color #D384AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D384AC is #2C7B53. Grayscale: #A0A0A0. Windows color (decimal): -2915156 or 11306195. OLE color: 11306195.

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

Color convert

RGB 211 132 172 -
CMYK 0 0.37 0.18 0.17
HSL 329.62º 0.47% 0.67% -
HSV(B) 329.62º 0.37% 0.83% -
XYZ 42.56 33.33 43.22 -
YUV 160.18 134.67 164.25 -
System Red Green Blue C M Y K H S L
Decimal 211 132 172 0 0.37 0.18 0.17 329.62 0.47 0.67
Hex D3 84 AC 0 25 12 11 14A 2F 43
Octal 323 204 254 0 45 22 21 512 57 103
Binary 11010011 10000100 10101100 0 100101 10010 10001 101001010 101111 1000011

Color Harmonies of #D384AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D384AC

Black with #D384AC

Text Example


Text Example

White with #D384AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D384AC; }

 p { color: rgb(211,132,172); }

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

background-color css

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

 a { background-color: rgb(211,132,172); }

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

border-color css

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

 span { border-color: rgb(211,132,172); }

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