Html Css Color HEX #DC67A5 Pale Violet Red

📋 copy color: '#DC67A5'

red 220 ◦ green 103 ◦ blue 165

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

Shades of Pale Violet Red #DC67A5

Tints of Pale Violet Red #DC67A5

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.11%

 BLUE value IS 165 (64.84% from 255) = 33.81%

R = 45.08%
G = 21.11%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DC67A5 (or 0xDC67A5) is known color: Pale Violet Red. HEX triplet: DC, 67 and A5. RGB value is (220,103,165). Sum of RGB (Red+Green+Blue) = 220+103+165=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 103 (40.62% from 255 or 21.11% from 488); Blue value is 165 (64.84% from 255 or 33.81% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC67A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC67A5 is #23985A. Grayscale: #909090. Windows color (decimal): -2332763 or 10840028. OLE color: 10840028.

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

Color convert

RGB 220 103 165 -
CMYK 0 0.53 0.25 0.14
HSL 328.21º 0.63% 0.63% -
HSV(B) 328.21º 0.53% 0.86% -
XYZ 41.16 27.63 38.76 -
YUV 145.05 139.26 181.46 -
System Red Green Blue C M Y K H S L
Decimal 220 103 165 0 0.53 0.25 0.14 328.21 0.63 0.63
Hex DC 67 A5 0 35 19 E 148 3F 3F
Octal 334 147 245 0 65 31 16 510 77 77
Binary 11011100 1100111 10100101 0 110101 11001 1110 101001000 111111 111111

Color Harmonies of #DC67A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC67A5

Black with #DC67A5

Text Example


Text Example

White with #DC67A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC67A5; }

 p { color: rgb(220,103,165); }

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

background-color css

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

 a { background-color: rgb(220,103,165); }

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

border-color css

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

 span { border-color: rgb(220,103,165); }

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