Html Css Color HEX #D889C1 Shocking

📋 copy color: '#D889C1'

red 216 ◦ green 137 ◦ blue 193

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

Shades of Shocking #D889C1

Tints of Shocking #D889C1

RGB

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

 GREEN value IS 137 (53.91% from 255) = 25.09%

 BLUE value IS 193 (75.78% from 255) = 35.35%

R = 39.56%
G = 25.09%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D889C1 (or 0xD889C1) is known color: Shocking. HEX triplet: D8, 89 and C1. RGB value is (216,137,193). Sum of RGB (Red+Green+Blue) = 216+137+193=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 137 (53.91% from 255 or 25.09% from 546); Blue value is 193 (75.78% from 255 or 35.35% from 546); Max value from RGB is 216 - color contains mainly: red. Hex color #D889C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D889C1 is #27763E. Grayscale: #A6A6A6. Windows color (decimal): -2586175 or 12683736. OLE color: 12683736.

HSL color Cylindrical-coordinate representation of color #D889C1: hue angle of 317.47º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D889C1 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 137 193 -
CMYK 0 0.37 0.11 0.15
HSL 317.47º 0.5% 0.69% -
HSV(B) 317.47º 0.37% 0.85% -
XYZ 46.89 36.34 55 -
YUV 167.01 142.67 162.95 -
System Red Green Blue C M Y K H S L
Decimal 216 137 193 0 0.37 0.11 0.15 317.47 0.5 0.69
Hex D8 89 C1 0 25 B F 13D 32 45
Octal 330 211 301 0 45 13 17 475 62 105
Binary 11011000 10001001 11000001 0 100101 1011 1111 100111101 110010 1000101

Color Harmonies of #D889C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D889C1

Black with #D889C1

Text Example


Text Example

White with #D889C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D889C1; }

 p { color: rgb(216,137,193); }

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

background-color css

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

 a { background-color: rgb(216,137,193); }

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

border-color css

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

 span { border-color: rgb(216,137,193); }

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