#D69DB4

Color #D69DB4 Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #D69DB4

Tints of Kobi #D69DB4

Color information

#D69DB4 (or 0xD69DB4) is unknown color: approx Kobi. HEX triplet: D6, 9D and B4. RGB value is (214,157,180). Sum of RGB (Red+Green+Blue) = 214+157+180=551 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.84% from 551); Green value is 157 (61.72% from 255 or 28.49% from 551); Blue value is 180 (70.70% from 255 or 32.67% from 551); Max value from RGB is 214 - color contains mainly: red. Hex color #D69DB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69DB4 is #29624B. Grayscale: #B0B0B0. Windows color (decimal): -2712140 or 11836886. OLE color: 11836886.

HSL color Cylindrical-coordinate representation of color #D69DB4: hue angle of 335.79º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D69DB4 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB214157180-
CMYK00.270.160.16
HSL335.79º41.01%72.75%-
HSV(B)335.79º26.64%83.92%-
XYZ48.0341.7148.7-
YUV176.66129.88154.63-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.84%
GREEN value IS 157 (61.72% from 255) = 28.49%
BLUE value IS 180 (70.70% from 255) = 32.67%
R=38.84%
G=28.49%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415718000.270.160.16335.7941.0172.75
HexD69DB401B10101502949
Octal326235264033202052051111
Binary11010110100111011011010001101110000100001010100001010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69DB4; }

 p { color: rgb(214,157,180); }

 H1.HeaderClassName
 {
   color: #D69DB4;
 }
 .AnyTagClassName
 {
   color: #D69DB4;
 }
</style>
background-color css

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

 a { background-color: rgb(214,157,180); }

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

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

 span { border-color: rgb(214,157,180); }

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