Html Css Color HEX #DC7AF1 Heliotrope

📋 copy color: '#DC7AF1'

red 220 ◦ green 122 ◦ blue 241

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

Shades of Heliotrope #DC7AF1

Tints of Heliotrope #DC7AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.34%

R = 37.74%
G = 20.93%
B = 41.34%

CMYK

 C value IS 0.09

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DC7AF1 (or 0xDC7AF1) is known color: Heliotrope. HEX triplet: DC, 7A and F1. RGB value is (220,122,241). Sum of RGB (Red+Green+Blue) = 220+122+241=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 122 (48.05% from 255 or 20.93% from 583); Blue value is 241 (94.53% from 255 or 41.34% from 583); Max value from RGB is 241 - color contains mainly: blue. Hex color #DC7AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7AF1 is #23850E. Grayscale: #A4A4A4. Windows color (decimal): -2327823 or 15825628. OLE color: 15825628.

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

Color convert

RGB 220 122 241 -
CMYK 0.09 0.49 0 0.05
HSL 289.41º 0.81% 0.71% -
HSV(B) 289.41º 0.49% 0.95% -
XYZ 52.35 35.49 87.31 -
YUV 164.87 170.97 167.32 -
System Red Green Blue C M Y K H S L
Decimal 220 122 241 0.09 0.49 0 0.05 289.41 0.81 0.71
Hex DC 7A F1 9 31 0 5 121 51 47
Octal 334 172 361 11 61 0 5 441 121 107
Binary 11011100 1111010 11110001 1001 110001 0 101 100100001 1010001 1000111

Color Harmonies of #DC7AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7AF1

Black with #DC7AF1

Text Example


Text Example

White with #DC7AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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