Html Css Color HEX #D387AB Kobi

📋 copy color: '#D387AB'

red 211 ◦ green 135 ◦ blue 171

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

Shades of Kobi #D387AB

Tints of Kobi #D387AB

RGB

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

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

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

R = 40.81%
G = 26.11%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D387AB (or 0xD387AB) is known color: Kobi. HEX triplet: D3, 87 and AB. RGB value is (211,135,171). Sum of RGB (Red+Green+Blue) = 211+135+171=517 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.81% from 517); Green value is 135 (53.12% from 255 or 26.11% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 211 - color contains mainly: red. Hex color #D387AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D387AB is #2C7854. Grayscale: #A1A1A1. Windows color (decimal): -2914389 or 11241427. OLE color: 11241427.

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

Color convert

RGB 211 135 171 -
CMYK 0 0.36 0.19 0.17
HSL 331.58º 0.46% 0.68% -
HSV(B) 331.58º 0.36% 0.83% -
XYZ 42.88 34.12 42.85 -
YUV 161.83 133.18 163.07 -
System Red Green Blue C M Y K H S L
Decimal 211 135 171 0 0.36 0.19 0.17 331.58 0.46 0.68
Hex D3 87 AB 0 24 13 11 14C 2E 44
Octal 323 207 253 0 44 23 21 514 56 104
Binary 11010011 10000111 10101011 0 100100 10011 10001 101001100 101110 1000100

Color Harmonies of #D387AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D387AB

Black with #D387AB

Text Example


Text Example

White with #D387AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D387AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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