#D69BB7

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

Shades of Shocking #D69BB7

Tints of Shocking #D69BB7

Color information

#D69BB7 (or 0xD69BB7) is unknown color: approx Shocking. HEX triplet: D6, 9B and B7. RGB value is (214,155,183). Sum of RGB (Red+Green+Blue) = 214+155+183=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 155 (60.94% from 255 or 28.08% from 552); Blue value is 183 (71.88% from 255 or 33.15% from 552); Max value from RGB is 214 - color contains mainly: red. Hex color #D69BB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69BB7 is #296448. Grayscale: #AFAFAF. Windows color (decimal): -2712649 or 12032982. OLE color: 12032982.

HSL color Cylindrical-coordinate representation of color #D69BB7: hue angle of 331.53º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D69BB7 is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB214155183-
CMYK00.280.140.16
HSL331.53º41.84%72.35%-
HSV(B)331.53º27.57%83.92%-
XYZ4841.1650.21-
YUV175.83132.05155.22-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.77%
GREEN value IS 155 (60.94% from 255) = 28.08%
BLUE value IS 183 (71.88% from 255) = 33.15%
R=38.77%
G=28.08%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415518300.280.140.16331.5341.8472.35
HexD69BB701CE1014c2a48
Octal326233267034162051452110
Binary1101011010011011101101110111001110100001010011001010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69BB7; }

 p { color: rgb(214,155,183); }

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

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

 a { background-color: rgb(214,155,183); }

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

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

 span { border-color: rgb(214,155,183); }

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