#D48BB3

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

Shades of Kobi #D48BB3

Tints of Kobi #D48BB3

Color information

#D48BB3 (or 0xD48BB3) is unknown color: approx Kobi. HEX triplet: D4, 8B and B3. RGB value is (212,139,179). Sum of RGB (Red+Green+Blue) = 212+139+179=530 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40% from 530); Green value is 139 (54.69% from 255 or 26.23% from 530); Blue value is 179 (70.31% from 255 or 33.77% from 530); Max value from RGB is 212 - color contains mainly: red. Hex color #D48BB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48BB3 is #2B744C. Grayscale: #A5A5A5. Windows color (decimal): -2847821 or 11766740. OLE color: 11766740.

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

Color convert

RGB212139179-
CMYK00.340.160.17
HSL327.12º45.91%68.82%-
HSV(B)327.12º34.43%83.14%-
XYZ44.5235.7247.2-
YUV165.39135.68161.25-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40%
GREEN value IS 139 (54.69% from 255) = 26.23%
BLUE value IS 179 (70.31% from 255) = 33.77%
R=40%
G=26.23%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213917900.340.160.17327.1245.9168.82
HexD48BB302210111472e45
Octal324213263042202150756105
Binary110101001000101110110011010001010000100011010001111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48BB3; }

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

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

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

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

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

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

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

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