Html Css Color HEX #D790C2 Shocking

📋 copy color: '#D790C2'

red 215 ◦ green 144 ◦ blue 194

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

Shades of Shocking #D790C2

Tints of Shocking #D790C2

RGB

 RED value IS 215 (84.38% from 255) = 38.88%

 GREEN value IS 144 (56.64% from 255) = 26.04%

 BLUE value IS 194 (76.17% from 255) = 35.08%

R = 38.88%
G = 26.04%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D790C2 (or 0xD790C2) is known color: Shocking. HEX triplet: D7, 90 and C2. RGB value is (215,144,194). Sum of RGB (Red+Green+Blue) = 215+144+194=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 144 (56.64% from 255 or 26.04% from 553); Blue value is 194 (76.17% from 255 or 35.08% from 553); Max value from RGB is 215 - color contains mainly: red. Hex color #D790C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D790C2 is #286F3D. Grayscale: #AAAAAA. Windows color (decimal): -2649918 or 12751063. OLE color: 12751063.

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

Color convert

RGB 215 144 194 -
CMYK 0 0.33 0.10 0.16
HSL 317.75º 0.47% 0.7% -
HSV(B) 317.75º 0.33% 0.84% -
XYZ 47.74 38.29 55.91 -
YUV 170.93 141.02 159.43 -
System Red Green Blue C M Y K H S L
Decimal 215 144 194 0 0.33 0.10 0.16 317.75 0.47 0.7
Hex D7 90 C2 0 21 A 10 13E 2F 46
Octal 327 220 302 0 41 12 20 476 57 106
Binary 11010111 10010000 11000010 0 100001 1010 10000 100111110 101111 1000110

Color Harmonies of #D790C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D790C2

Black with #D790C2

Text Example


Text Example

White with #D790C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D790C2; }

 p { color: rgb(215,144,194); }

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

background-color css

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

 a { background-color: rgb(215,144,194); }

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

border-color css

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

 span { border-color: rgb(215,144,194); }

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