#D698C1

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

Shades of Shocking #D698C1

Tints of Shocking #D698C1

Color information

#D698C1 (or 0xD698C1) is unknown color: approx Shocking. HEX triplet: D6, 98 and C1. RGB value is (214,152,193). Sum of RGB (Red+Green+Blue) = 214+152+193=559 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.28% from 559); Green value is 152 (59.77% from 255 or 27.19% from 559); Blue value is 193 (75.78% from 255 or 34.53% from 559); Max value from RGB is 214 - color contains mainly: red. Hex color #D698C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D698C1 is #29673E. Grayscale: #AFAFAF. Windows color (decimal): -2713407 or 12687574. OLE color: 12687574.

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

Color convert

RGB214152193-
CMYK00.290.100.16
HSL320.32º43.06%71.76%-
HSV(B)320.32º28.97%83.92%-
XYZ48.5940.655.73-
YUV175.21138.04155.67-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.28%
GREEN value IS 152 (59.77% from 255) = 27.19%
BLUE value IS 193 (75.78% from 255) = 34.53%
R=38.28%
G=27.19%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415219300.290.100.16320.3243.0671.76
HexD698C101DA101402b48
Octal326230301035122050053110
Binary1101011010011000110000010111011010100001010000001010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D698C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D698C1; }

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

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

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

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

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

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

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

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