#D27EB2

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

Shades of Kobi #D27EB2

Tints of Kobi #D27EB2

Color information

#D27EB2 (or 0xD27EB2) is unknown color: approx Kobi. HEX triplet: D2, 7E and B2. RGB value is (210,126,178). Sum of RGB (Red+Green+Blue) = 210+126+178=514 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.86% from 514); Green value is 126 (49.61% from 255 or 24.51% from 514); Blue value is 178 (69.92% from 255 or 34.63% from 514); Max value from RGB is 210 - color contains mainly: red. Hex color #D27EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27EB2 is #2D814D. Grayscale: #9C9C9C. Windows color (decimal): -2982222 or 11697874. OLE color: 11697874.

HSL color Cylindrical-coordinate representation of color #D27EB2: hue angle of 322.86º degrees, saturation: 0.48, 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 #D27EB2 is Cyan = 0, Magento = 0.4, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB210126178-
CMYK00.40.150.18
HSL322.86º48.28%65.88%-
HSV(B)322.86º40%82.35%-
XYZ42.0831.8446.05-
YUV157.04139.83165.77-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.86%
GREEN value IS 126 (49.61% from 255) = 24.51%
BLUE value IS 178 (69.92% from 255) = 34.63%
R=40.86%
G=24.51%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012617800.40.150.18322.8648.2865.88
HexD27EB2028F121433042
Octal322176262050172250360102
Binary1101001011111101011001001010001111100101010000111100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27EB2; }

 p { color: rgb(210,126,178); }

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

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

 a { background-color: rgb(210,126,178); }

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

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

 span { border-color: rgb(210,126,178); }

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