Html Css Color HEX #D594BB Shocking

📋 copy color: '#D594BB'

red 213 ◦ green 148 ◦ blue 187

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

Shades of Shocking #D594BB

Tints of Shocking #D594BB

RGB

 RED value IS 213 (83.59% from 255) = 38.87%

 GREEN value IS 148 (58.2% from 255) = 27.01%

 BLUE value IS 187 (73.44% from 255) = 34.12%

R = 38.87%
G = 27.01%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D594BB (or 0xD594BB) is known color: Shocking. HEX triplet: D5, 94 and BB. RGB value is (213,148,187). Sum of RGB (Red+Green+Blue) = 213+148+187=548 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.87% from 548); Green value is 148 (58.20% from 255 or 27.01% from 548); Blue value is 187 (73.44% from 255 or 34.12% from 548); Max value from RGB is 213 - color contains mainly: red. Hex color #D594BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D594BB is #2A6B44. Grayscale: #ABABAB. Windows color (decimal): -2779973 or 12293333. OLE color: 12293333.

HSL color Cylindrical-coordinate representation of color #D594BB: hue angle of 324º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D594BB is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 148 187 -
CMYK 0 0.31 0.12 0.16
HSL 324º 0.44% 0.71% -
HSV(B) 324º 0.31% 0.84% -
XYZ 47 38.91 52.05 -
YUV 171.88 136.53 157.33 -
System Red Green Blue C M Y K H S L
Decimal 213 148 187 0 0.31 0.12 0.16 324 0.44 0.71
Hex D5 94 BB 0 1F C 10 144 2C 47
Octal 325 224 273 0 37 14 20 504 54 107
Binary 11010101 10010100 10111011 0 11111 1100 10000 101000100 101100 1000111

Color Harmonies of #D594BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D594BB

Black with #D594BB

Text Example


Text Example

White with #D594BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D594BB; }

 p { color: rgb(213,148,187); }

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

background-color css

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

 a { background-color: rgb(213,148,187); }

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

border-color css

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

 span { border-color: rgb(213,148,187); }

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