#D698C2

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

Shades of Shocking #D698C2

Tints of Shocking #D698C2

Color information

#D698C2 (or 0xD698C2) is unknown color: approx Shocking. HEX triplet: D6, 98 and C2. RGB value is (214,152,194). Sum of RGB (Red+Green+Blue) = 214+152+194=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 152 (59.77% from 255 or 27.14% from 560); Blue value is 194 (76.17% from 255 or 34.64% from 560); Max value from RGB is 214 - color contains mainly: red. Hex color #D698C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D698C2 is #29673D. Grayscale: #AFAFAF. Windows color (decimal): -2713406 or 12753110. OLE color: 12753110.

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

Color convert

RGB214152194-
CMYK00.290.090.16
HSL319.35º43.06%71.76%-
HSV(B)319.35º28.97%83.92%-
XYZ48.740.6556.32-
YUV175.33138.54155.58-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.21%
GREEN value IS 152 (59.77% from 255) = 27.14%
BLUE value IS 194 (76.17% from 255) = 34.64%
R=38.21%
G=27.14%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415219400.290.090.16319.3543.0671.76
HexD698C201D91013f2b48
Octal326230302035112047753110
Binary1101011010011000110000100111011001100001001111111010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D698C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D698C2; }

 p { color: rgb(214,152,194); }

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

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

 a { background-color: rgb(214,152,194); }

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

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

 span { border-color: rgb(214,152,194); }

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