Html Css Color HEX #D899C4 Shocking

📋 copy color: '#D899C4'

red 216 ◦ green 153 ◦ blue 196

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

Shades of Shocking #D899C4

Tints of Shocking #D899C4

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.08%

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

R = 38.23%
G = 27.08%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D899C4 (or 0xD899C4) is known color: Shocking. HEX triplet: D8, 99 and C4. RGB value is (216,153,196). Sum of RGB (Red+Green+Blue) = 216+153+196=565 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.23% from 565); Green value is 153 (60.16% from 255 or 27.08% from 565); Blue value is 196 (76.95% from 255 or 34.69% from 565); Max value from RGB is 216 - color contains mainly: red. Hex color #D899C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D899C4 is #27663B. Grayscale: #B0B0B0. Windows color (decimal): -2582076 or 12884440. OLE color: 12884440.

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

Color convert

RGB 216 153 196 -
CMYK 0 0.29 0.09 0.15
HSL 319.05º 0.45% 0.72% -
HSV(B) 319.05º 0.29% 0.85% -
XYZ 49.67 41.37 57.59 -
YUV 176.74 138.87 156 -
System Red Green Blue C M Y K H S L
Decimal 216 153 196 0 0.29 0.09 0.15 319.05 0.45 0.72
Hex D8 99 C4 0 1D 9 F 13F 2D 48
Octal 330 231 304 0 35 11 17 477 55 110
Binary 11011000 10011001 11000100 0 11101 1001 1111 100111111 101101 1001000

Color Harmonies of #D899C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D899C4

Black with #D899C4

Text Example


Text Example

White with #D899C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D899C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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