Html Css Color HEX #D896C4 Shocking

📋 copy color: '#D896C4'

red 216 ◦ green 150 ◦ blue 196

#D896C4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shocking #D896C4

Tints of Shocking #D896C4

RGB

 RED value IS 216 (84.77% from 255) = 38.43%

 GREEN value IS 150 (58.98% from 255) = 26.69%

 BLUE value IS 196 (76.95% from 255) = 34.88%

R = 38.43%
G = 26.69%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D896C4 (or 0xD896C4) is known color: Shocking. HEX triplet: D8, 96 and C4. RGB value is (216,150,196). Sum of RGB (Red+Green+Blue) = 216+150+196=562 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.43% from 562); Green value is 150 (58.98% from 255 or 26.69% from 562); Blue value is 196 (76.95% from 255 or 34.88% from 562); Max value from RGB is 216 - color contains mainly: red. Hex color #D896C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D896C4 is #27693B. Grayscale: #AEAEAE. Windows color (decimal): -2582844 or 12883672. OLE color: 12883672.

HSL color Cylindrical-coordinate representation of color #D896C4: hue angle of 318.18º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D896C4 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 150 196 -
CMYK 0 0.31 0.09 0.15
HSL 318.18º 0.46% 0.72% -
HSV(B) 318.18º 0.31% 0.85% -
XYZ 49.19 40.4 57.43 -
YUV 174.98 139.87 157.26 -
System Red Green Blue C M Y K H S L
Decimal 216 150 196 0 0.31 0.09 0.15 318.18 0.46 0.72
Hex D8 96 C4 0 1F 9 F 13E 2E 48
Octal 330 226 304 0 37 11 17 476 56 110
Binary 11011000 10010110 11000100 0 11111 1001 1111 100111110 101110 1001000

Color Harmonies of #D896C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D896C4

Black with #D896C4

Text Example


Text Example

White with #D896C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D896C4; }

 p { color: rgb(216,150,196); }

 H1.HeaderClassName
 {
   color: #D896C4;
 }
 .AnyTagClassName
 {
   color: #D896C4;
 }
</style>

background-color css

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

 a { background-color: rgb(216,150,196); }

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

border-color css

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

 span { border-color: rgb(216,150,196); }

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