Html Css Color HEX #DC6692 Pale Violet Red

📋 copy color: '#DC6692'

red 220 ◦ green 102 ◦ blue 146

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

Shades of Pale Violet Red #DC6692

Tints of Pale Violet Red #DC6692

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.79%

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

R = 47.01%
G = 21.79%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DC6692 (or 0xDC6692) is known color: Pale Violet Red. HEX triplet: DC, 66 and 92. RGB value is (220,102,146). Sum of RGB (Red+Green+Blue) = 220+102+146=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 102 (40.23% from 255 or 21.79% from 468); Blue value is 146 (57.42% from 255 or 31.20% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6692 is #23996D. Grayscale: #8E8E8E. Windows color (decimal): -2333038 or 9594588. OLE color: 9594588.

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

Color convert

RGB 220 102 146 -
CMYK 0 0.54 0.34 0.14
HSL 337.63º 0.63% 0.63% -
HSV(B) 337.63º 0.54% 0.86% -
XYZ 39.45 26.79 30.29 -
YUV 142.3 130.09 183.42 -
System Red Green Blue C M Y K H S L
Decimal 220 102 146 0 0.54 0.34 0.14 337.63 0.63 0.63
Hex DC 66 92 0 36 22 E 152 3F 3F
Octal 334 146 222 0 66 42 16 522 77 77
Binary 11011100 1100110 10010010 0 110110 100010 1110 101010010 111111 111111

Color Harmonies of #DC6692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6692

Black with #DC6692

Text Example


Text Example

White with #DC6692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6692; }

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

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

background-color css

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

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

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

border-color css

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

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

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