#D485B3

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

Shades of Kobi #D485B3

Tints of Kobi #D485B3

Color information

#D485B3 (or 0xD485B3) is unknown color: approx Kobi. HEX triplet: D4, 85 and B3. RGB value is (212,133,179). Sum of RGB (Red+Green+Blue) = 212+133+179=524 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.46% from 524); Green value is 133 (52.34% from 255 or 25.38% from 524); Blue value is 179 (70.31% from 255 or 34.16% from 524); Max value from RGB is 212 - color contains mainly: red. Hex color #D485B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D485B3 is #2B7A4C. Grayscale: #A1A1A1. Windows color (decimal): -2849357 or 11765204. OLE color: 11765204.

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

Color convert

RGB212133179-
CMYK00.370.160.17
HSL325.06º47.88%67.65%-
HSV(B)325.06º37.26%83.14%-
XYZ43.6834.0346.91-
YUV161.86137.67163.76-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.46%
GREEN value IS 133 (52.34% from 255) = 25.38%
BLUE value IS 179 (70.31% from 255) = 34.16%
R=40.46%
G=25.38%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213317900.370.160.17325.0647.8867.65
HexD485B302510111453044
Octal324205263045202150560104
Binary110101001000010110110011010010110000100011010001011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D485B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D485B3; }

 p { color: rgb(212,133,179); }

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

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

 a { background-color: rgb(212,133,179); }

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

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

 span { border-color: rgb(212,133,179); }

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