Html Css Color HEX #D387A8 Kobi

📋 copy color: '#D387A8'

red 211 ◦ green 135 ◦ blue 168

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

Shades of Kobi #D387A8

Tints of Kobi #D387A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 32.68%

R = 41.05%
G = 26.26%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#D387A8 (or 0xD387A8) is known color: Kobi. HEX triplet: D3, 87 and A8. RGB value is (211,135,168). Sum of RGB (Red+Green+Blue) = 211+135+168=514 (68% of max value = 765). Red value is 211 (82.81% from 255 or 41.05% from 514); Green value is 135 (53.12% from 255 or 26.26% from 514); Blue value is 168 (66.02% from 255 or 32.68% from 514); Max value from RGB is 211 - color contains mainly: red. Hex color #D387A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D387A8 is #2C7857. Grayscale: #A1A1A1. Windows color (decimal): -2914392 or 11044819. OLE color: 11044819.

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

Color convert

RGB 211 135 168 -
CMYK 0 0.36 0.20 0.17
HSL 333.95º 0.46% 0.68% -
HSV(B) 333.95º 0.36% 0.83% -
XYZ 42.6 34 41.36 -
YUV 161.49 131.68 163.32 -
System Red Green Blue C M Y K H S L
Decimal 211 135 168 0 0.36 0.20 0.17 333.95 0.46 0.68
Hex D3 87 A8 0 24 14 11 14E 2E 44
Octal 323 207 250 0 44 24 21 516 56 104
Binary 11010011 10000111 10101000 0 100100 10100 10001 101001110 101110 1000100

Color Harmonies of #D387A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D387A8

Black with #D387A8

Text Example


Text Example

White with #D387A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D387A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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