#D498B5

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

Shades of Kobi #D498B5

Tints of Kobi #D498B5

Color information

#D498B5 (or 0xD498B5) is unknown color: approx Kobi. HEX triplet: D4, 98 and B5. RGB value is (212,152,181). Sum of RGB (Red+Green+Blue) = 212+152+181=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 152 (59.77% from 255 or 27.89% from 545); Blue value is 181 (71.09% from 255 or 33.21% from 545); Max value from RGB is 212 - color contains mainly: red. Hex color #D498B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D498B5 is #2B674A. Grayscale: #ADADAD. Windows color (decimal): -2844491 or 11901140. OLE color: 11901140.

HSL color Cylindrical-coordinate representation of color #D498B5: hue angle of 331º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D498B5 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.17.

Color convert

RGB212152181-
CMYK00.280.150.17
HSL331º41.1%71.37%-
HSV(B)331º28.3%83.14%-
XYZ46.7239.7948.93-
YUV173.25132.38155.64-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.90%
GREEN value IS 152 (59.77% from 255) = 27.89%
BLUE value IS 181 (71.09% from 255) = 33.21%
R=38.90%
G=27.89%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215218100.280.150.1733141.171.37
HexD498B501CF1114b2947
Octal324230265034172151351107
Binary1101010010011000101101010111001111100011010010111010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D498B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D498B5; }

 p { color: rgb(212,152,181); }

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

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

 a { background-color: rgb(212,152,181); }

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

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

 span { border-color: rgb(212,152,181); }

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