#D484AE

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

Shades of Kobi #D484AE

Tints of Kobi #D484AE

Color information

#D484AE (or 0xD484AE) is unknown color: approx Kobi. HEX triplet: D4, 84 and AE. RGB value is (212,132,174). Sum of RGB (Red+Green+Blue) = 212+132+174=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 132 (51.95% from 255 or 25.48% from 518); Blue value is 174 (68.36% from 255 or 33.59% from 518); Max value from RGB is 212 - color contains mainly: red. Hex color #D484AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D484AE is #2B7B51. Grayscale: #A0A0A0. Windows color (decimal): -2849618 or 11437268. OLE color: 11437268.

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

Color convert

RGB212132174-
CMYK00.380.180.17
HSL328.5º48.19%67.45%-
HSV(B)328.5º37.74%83.14%-
XYZ43.0433.5644.25-
YUV160.71135.5164.58-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.93%
GREEN value IS 132 (51.95% from 255) = 25.48%
BLUE value IS 174 (68.36% from 255) = 33.59%
R=40.93%
G=25.48%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213217400.380.180.17328.548.1967.45
HexD484AE02612111483043
Octal324204256046222151060103
Binary110101001000010010101110010011010010100011010010001100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D484AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D484AE; }

 p { color: rgb(212,132,174); }

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

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

 a { background-color: rgb(212,132,174); }

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

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

 span { border-color: rgb(212,132,174); }

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