#D97BAD

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

Shades of Kobi #D97BAD

Tints of Kobi #D97BAD

Color information

#D97BAD (or 0xD97BAD) is unknown color: approx Kobi. HEX triplet: D9, 7B and AD. RGB value is (217,123,173). Sum of RGB (Red+Green+Blue) = 217+123+173=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 123 (48.44% from 255 or 23.98% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 217 - color contains mainly: red. Hex color #D97BAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97BAD is #268452. Grayscale: #9C9C9C. Windows color (decimal): -2524243 or 11369433. OLE color: 11369433.

HSL color Cylindrical-coordinate representation of color #D97BAD: hue angle of 328.09º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D97BAD is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB217123173-
CMYK00.430.200.15
HSL328.09º55.29%66.67%-
HSV(B)328.09º43.32%85.1%-
XYZ43.2431.9343.42-
YUV156.81137.14170.93-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.30%
GREEN value IS 123 (48.44% from 255) = 23.98%
BLUE value IS 173 (67.97% from 255) = 33.72%
R=42.30%
G=23.98%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712317300.430.200.15328.0955.2966.67
HexD97BAD02B14F1483743
Octal331173255053241751067103
Binary1101100111110111010110101010111010011111010010001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97BAD; }

 p { color: rgb(217,123,173); }

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

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

 a { background-color: rgb(217,123,173); }

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

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

 span { border-color: rgb(217,123,173); }

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