Html Css Color HEX #DC6A92 Pale Violet Red

📋 copy color: '#DC6A92'

red 220 ◦ green 106 ◦ blue 146

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

Shades of Pale Violet Red #DC6A92

Tints of Pale Violet Red #DC6A92

RGB

 RED value IS 220 (86.33% from 255) = 46.61%

 GREEN value IS 106 (41.8% from 255) = 22.46%

 BLUE value IS 146 (57.42% from 255) = 30.93%

R = 46.61%
G = 22.46%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DC6A92 (or 0xDC6A92) is known color: Pale Violet Red. HEX triplet: DC, 6A and 92. RGB value is (220,106,146). Sum of RGB (Red+Green+Blue) = 220+106+146=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 106 (41.80% from 255 or 22.46% from 472); Blue value is 146 (57.42% from 255 or 30.93% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6A92 is #23956D. Grayscale: #909090. Windows color (decimal): -2332014 or 9595612. OLE color: 9595612.

HSL color Cylindrical-coordinate representation of color #DC6A92: hue angle of 338.95º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC6A92 is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 106 146 -
CMYK 0 0.52 0.34 0.14
HSL 338.95º 0.62% 0.64% -
HSV(B) 338.95º 0.52% 0.86% -
XYZ 39.86 27.6 30.42 -
YUV 144.65 128.77 181.75 -
System Red Green Blue C M Y K H S L
Decimal 220 106 146 0 0.52 0.34 0.14 338.95 0.62 0.64
Hex DC 6A 92 0 34 22 E 153 3E 40
Octal 334 152 222 0 64 42 16 523 76 100
Binary 11011100 1101010 10010010 0 110100 100010 1110 101010011 111110 1000000

Color Harmonies of #DC6A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6A92

Black with #DC6A92

Text Example


Text Example

White with #DC6A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6A92; }

 p { color: rgb(220,106,146); }

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

background-color css

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

 a { background-color: rgb(220,106,146); }

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

border-color css

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

 span { border-color: rgb(220,106,146); }

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