Html Css Color HEX #DC7AF2 Heliotrope

📋 copy color: '#DC7AF2'

red 220 ◦ green 122 ◦ blue 242

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

Shades of Heliotrope #DC7AF2

Tints of Heliotrope #DC7AF2

RGB

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

 GREEN value IS 122 (48.05% from 255) = 20.89%

 BLUE value IS 242 (94.92% from 255) = 41.44%

R = 37.67%
G = 20.89%
B = 41.44%

CMYK

 C value IS 0.09

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DC7AF2 (or 0xDC7AF2) is known color: Heliotrope. HEX triplet: DC, 7A and F2. RGB value is (220,122,242). Sum of RGB (Red+Green+Blue) = 220+122+242=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 122 (48.05% from 255 or 20.89% from 584); Blue value is 242 (94.92% from 255 or 41.44% from 584); Max value from RGB is 242 - color contains mainly: blue. Hex color #DC7AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7AF2 is #23850D. Grayscale: #A4A4A4. Windows color (decimal): -2327822 or 15891164. OLE color: 15891164.

HSL color Cylindrical-coordinate representation of color #DC7AF2: hue angle of 289º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC7AF2 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 122 242 -
CMYK 0.09 0.50 0 0.05
HSL 289º 0.82% 0.71% -
HSV(B) 289º 0.5% 0.95% -
XYZ 52.5 35.55 88.1 -
YUV 164.98 171.47 167.24 -
System Red Green Blue C M Y K H S L
Decimal 220 122 242 0.09 0.50 0 0.05 289 0.82 0.71
Hex DC 7A F2 9 32 0 5 121 52 47
Octal 334 172 362 11 62 0 5 441 122 107
Binary 11011100 1111010 11110010 1001 110010 0 101 100100001 1010010 1000111

Color Harmonies of #DC7AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7AF2

Black with #DC7AF2

Text Example


Text Example

White with #DC7AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7AF2; }

 p { color: rgb(220,122,242); }

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

background-color css

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

 a { background-color: rgb(220,122,242); }

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

border-color css

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

 span { border-color: rgb(220,122,242); }

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