#D27DB1

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

Shades of Kobi #D27DB1

Tints of Kobi #D27DB1

Color information

#D27DB1 (or 0xD27DB1) is unknown color: approx Kobi. HEX triplet: D2, 7D and B1. RGB value is (210,125,177). Sum of RGB (Red+Green+Blue) = 210+125+177=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 125 (49.22% from 255 or 24.41% from 512); Blue value is 177 (69.53% from 255 or 34.57% from 512); Max value from RGB is 210 - color contains mainly: red. Hex color #D27DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27DB1 is #2D824E. Grayscale: #9C9C9C. Windows color (decimal): -2982479 or 11632082. OLE color: 11632082.

HSL color Cylindrical-coordinate representation of color #D27DB1: hue angle of 323.29º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D27DB1 is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB210125177-
CMYK00.400.160.18
HSL323.29º48.57%65.69%-
HSV(B)323.29º40.48%82.35%-
XYZ41.8531.5445.48-
YUV156.34139.66166.27-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.02%
GREEN value IS 125 (49.22% from 255) = 24.41%
BLUE value IS 177 (69.53% from 255) = 34.57%
R=41.02%
G=24.41%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012517700.400.160.18323.2948.5765.69
HexD27DB102810121433142
Octal322175261050202250361102
Binary11010010111110110110001010100010000100101010000111100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27DB1; }

 p { color: rgb(210,125,177); }

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

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

 a { background-color: rgb(210,125,177); }

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

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

 span { border-color: rgb(210,125,177); }

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