Html Css Color HEX #D998BD Shocking

📋 copy color: '#D998BD'

red 217 ◦ green 152 ◦ blue 189

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

Shades of Shocking #D998BD

Tints of Shocking #D998BD

RGB

 RED value IS 217 (85.16% from 255) = 38.89%

 GREEN value IS 152 (59.77% from 255) = 27.24%

 BLUE value IS 189 (74.22% from 255) = 33.87%

R = 38.89%
G = 27.24%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D998BD (or 0xD998BD) is known color: Shocking. HEX triplet: D9, 98 and BD. RGB value is (217,152,189). Sum of RGB (Red+Green+Blue) = 217+152+189=558 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.89% from 558); Green value is 152 (59.77% from 255 or 27.24% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 217 - color contains mainly: red. Hex color #D998BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D998BD is #266742. Grayscale: #AFAFAF. Windows color (decimal): -2516803 or 12425433. OLE color: 12425433.

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

Color convert

RGB 217 152 189 -
CMYK 0 0.30 0.13 0.15
HSL 325.85º 0.46% 0.72% -
HSV(B) 325.85º 0.3% 0.85% -
XYZ 49.03 40.88 53.45 -
YUV 175.65 135.53 157.49 -
System Red Green Blue C M Y K H S L
Decimal 217 152 189 0 0.30 0.13 0.15 325.85 0.46 0.72
Hex D9 98 BD 0 1E D F 146 2E 48
Octal 331 230 275 0 36 15 17 506 56 110
Binary 11011001 10011000 10111101 0 11110 1101 1111 101000110 101110 1001000

Color Harmonies of #D998BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D998BD

Black with #D998BD

Text Example


Text Example

White with #D998BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D998BD; }

 p { color: rgb(217,152,189); }

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

background-color css

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

 a { background-color: rgb(217,152,189); }

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

border-color css

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

 span { border-color: rgb(217,152,189); }

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