Html Css Color HEX #D387AC Kobi

📋 copy color: '#D387AC'

red 211 ◦ green 135 ◦ blue 172

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

Shades of Kobi #D387AC

Tints of Kobi #D387AC

RGB

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

 GREEN value IS 135 (53.13% from 255) = 26.06%

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

R = 40.73%
G = 26.06%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D387AC (or 0xD387AC) is known color: Kobi. HEX triplet: D3, 87 and AC. RGB value is (211,135,172). Sum of RGB (Red+Green+Blue) = 211+135+172=518 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.73% from 518); Green value is 135 (53.12% from 255 or 26.06% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 211 - color contains mainly: red. Hex color #D387AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D387AC is #2C7853. Grayscale: #A1A1A1. Windows color (decimal): -2914388 or 11306963. OLE color: 11306963.

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

Color convert

RGB 211 135 172 -
CMYK 0 0.36 0.18 0.17
HSL 330.79º 0.46% 0.68% -
HSV(B) 330.79º 0.36% 0.83% -
XYZ 42.97 34.16 43.36 -
YUV 161.94 133.68 162.99 -
System Red Green Blue C M Y K H S L
Decimal 211 135 172 0 0.36 0.18 0.17 330.79 0.46 0.68
Hex D3 87 AC 0 24 12 11 14B 2E 44
Octal 323 207 254 0 44 22 21 513 56 104
Binary 11010011 10000111 10101100 0 100100 10010 10001 101001011 101110 1000100

Color Harmonies of #D387AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D387AC

Black with #D387AC

Text Example


Text Example

White with #D387AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D387AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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