#D690A8

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

Shades of Kobi #D690A8

Tints of Kobi #D690A8

Color information

#D690A8 (or 0xD690A8) is unknown color: approx Kobi. HEX triplet: D6, 90 and A8. RGB value is (214,144,168). Sum of RGB (Red+Green+Blue) = 214+144+168=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 144 (56.64% from 255 or 27.38% from 526); Blue value is 168 (66.02% from 255 or 31.94% from 526); Max value from RGB is 214 - color contains mainly: red. Hex color #D690A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D690A8 is #296F57. Grayscale: #A7A7A7. Windows color (decimal): -2715480 or 11047126. OLE color: 11047126.

HSL color Cylindrical-coordinate representation of color #D690A8: hue angle of 339.43º 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 #D690A8 is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB214144168-
CMYK00.330.210.16
HSL339.43º46.05%70.2%-
HSV(B)339.43º32.71%83.92%-
XYZ44.7737.0741.84-
YUV167.67128.19161.05-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.68%
GREEN value IS 144 (56.64% from 255) = 27.38%
BLUE value IS 168 (66.02% from 255) = 31.94%
R=40.68%
G=27.38%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414416800.330.210.16339.4346.0570.2
HexD690A802115101532e46
Octal326220250041252052356106
Binary110101101001000010101000010000110101100001010100111011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D690A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D690A8; }

 p { color: rgb(214,144,168); }

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

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

 a { background-color: rgb(214,144,168); }

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

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

 span { border-color: rgb(214,144,168); }

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