#D69BBD

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

Shades of Shocking #D69BBD

Tints of Shocking #D69BBD

Color information

#D69BBD (or 0xD69BBD) is unknown color: approx Shocking. HEX triplet: D6, 9B and BD. RGB value is (214,155,189). Sum of RGB (Red+Green+Blue) = 214+155+189=558 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.35% from 558); Green value is 155 (60.94% from 255 or 27.78% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 214 - color contains mainly: red. Hex color #D69BBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69BBD is #296442. Grayscale: #B0B0B0. Windows color (decimal): -2712643 or 12426198. OLE color: 12426198.

HSL color Cylindrical-coordinate representation of color #D69BBD: hue angle of 325.42º 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 #D69BBD is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB214155189-
CMYK00.280.120.16
HSL325.42º41.84%72.35%-
HSV(B)325.42º27.57%83.92%-
XYZ48.6441.4153.57-
YUV176.52135.05154.74-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.35%
GREEN value IS 155 (60.94% from 255) = 27.78%
BLUE value IS 189 (74.22% from 255) = 33.87%
R=38.35%
G=27.78%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415518900.280.120.16325.4241.8472.35
HexD69BBD01CC101452a48
Octal326233275034142050552110
Binary1101011010011011101111010111001100100001010001011010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69BBD; }

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

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

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

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

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

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

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

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