Html Css Color HEX #D592C1 Shocking

📋 copy color: '#D592C1'

red 213 ◦ green 146 ◦ blue 193

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

Shades of Shocking #D592C1

Tints of Shocking #D592C1

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.45%

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

R = 38.59%
G = 26.45%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D592C1 (or 0xD592C1) is known color: Shocking. HEX triplet: D5, 92 and C1. RGB value is (213,146,193). Sum of RGB (Red+Green+Blue) = 213+146+193=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 146 (57.42% from 255 or 26.45% from 552); Blue value is 193 (75.78% from 255 or 34.96% from 552); Max value from RGB is 213 - color contains mainly: red. Hex color #D592C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D592C1 is #2A6D3E. Grayscale: #ABABAB. Windows color (decimal): -2780479 or 12686037. OLE color: 12686037.

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

Color convert

RGB 213 146 193 -
CMYK 0 0.31 0.09 0.16
HSL 317.91º 0.44% 0.7% -
HSV(B) 317.91º 0.31% 0.84% -
XYZ 47.35 38.55 55.4 -
YUV 171.39 140.2 157.68 -
System Red Green Blue C M Y K H S L
Decimal 213 146 193 0 0.31 0.09 0.16 317.91 0.44 0.7
Hex D5 92 C1 0 1F 9 10 13E 2C 46
Octal 325 222 301 0 37 11 20 476 54 106
Binary 11010101 10010010 11000001 0 11111 1001 10000 100111110 101100 1000110

Color Harmonies of #D592C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D592C1

Black with #D592C1

Text Example


Text Example

White with #D592C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D592C1; }

 p { color: rgb(213,146,193); }

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

background-color css

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

 a { background-color: rgb(213,146,193); }

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

border-color css

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

 span { border-color: rgb(213,146,193); }

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