#D283AE

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

Shades of Kobi #D283AE

Tints of Kobi #D283AE

Color information

#D283AE (or 0xD283AE) is unknown color: approx Kobi. HEX triplet: D2, 83 and AE. RGB value is (210,131,174). Sum of RGB (Red+Green+Blue) = 210+131+174=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 131 (51.56% from 255 or 25.44% from 515); Blue value is 174 (68.36% from 255 or 33.79% from 515); Max value from RGB is 210 - color contains mainly: red. Hex color #D283AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D283AE is #2D7C51. Grayscale: #9F9F9F. Windows color (decimal): -2980946 or 11437010. OLE color: 11437010.

HSL color Cylindrical-coordinate representation of color #D283AE: hue angle of 327.34º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D283AE is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB210131174-
CMYK00.380.170.18
HSL327.34º46.75%66.86%-
HSV(B)327.34º37.62%82.35%-
XYZ42.3332.9944.18-
YUV159.52136.17164-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.78%
GREEN value IS 131 (51.56% from 255) = 25.44%
BLUE value IS 174 (68.36% from 255) = 33.79%
R=40.78%
G=25.44%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013117400.380.170.18327.3446.7566.86
HexD283AE02611121472f43
Octal322203256046212250757103
Binary110100101000001110101110010011010001100101010001111011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D283AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D283AE; }

 p { color: rgb(210,131,174); }

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

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

 a { background-color: rgb(210,131,174); }

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

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

 span { border-color: rgb(210,131,174); }

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