#D68FB4

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

Shades of Kobi #D68FB4

Tints of Kobi #D68FB4

Color information

#D68FB4 (or 0xD68FB4) is unknown color: approx Kobi. HEX triplet: D6, 8F and B4. RGB value is (214,143,180). Sum of RGB (Red+Green+Blue) = 214+143+180=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 143 (56.25% from 255 or 26.63% from 537); Blue value is 180 (70.70% from 255 or 33.52% from 537); Max value from RGB is 214 - color contains mainly: red. Hex color #D68FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68FB4 is #29704B. Grayscale: #A8A8A8. Windows color (decimal): -2715724 or 11833302. OLE color: 11833302.

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

Color convert

RGB214143180-
CMYK00.330.160.16
HSL328.73º46.41%70%-
HSV(B)328.73º33.18%83.92%-
XYZ45.7937.2447.95-
YUV168.45134.52160.49-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.85%
GREEN value IS 143 (56.25% from 255) = 26.63%
BLUE value IS 180 (70.70% from 255) = 33.52%
R=39.85%
G=26.63%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414318000.330.160.16328.7346.4170
HexD68FB402110101492e46
Octal326217264041202051156106
Binary110101101000111110110100010000110000100001010010011011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68FB4; }

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

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

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

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

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

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

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

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