Html Css Color HEX #DC7DF1 Heliotrope

📋 copy color: '#DC7DF1'

red 220 ◦ green 125 ◦ blue 241

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

Shades of Heliotrope #DC7DF1

Tints of Heliotrope #DC7DF1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.33%

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

R = 37.54%
G = 21.33%
B = 41.13%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DC7DF1 (or 0xDC7DF1) is known color: Heliotrope. HEX triplet: DC, 7D and F1. RGB value is (220,125,241). Sum of RGB (Red+Green+Blue) = 220+125+241=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 125 (49.22% from 255 or 21.33% from 586); Blue value is 241 (94.53% from 255 or 41.13% from 586); Max value from RGB is 241 - color contains mainly: blue. Hex color #DC7DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7DF1 is #23820E. Grayscale: #A6A6A6. Windows color (decimal): -2327055 or 15826396. OLE color: 15826396.

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

Color convert

RGB 220 125 241 -
CMYK 0.09 0.48 0 0.05
HSL 289.14º 0.81% 0.72% -
HSV(B) 289.14º 0.48% 0.95% -
XYZ 52.73 36.23 87.43 -
YUV 166.63 169.97 166.07 -
System Red Green Blue C M Y K H S L
Decimal 220 125 241 0.09 0.48 0 0.05 289.14 0.81 0.72
Hex DC 7D F1 9 30 0 5 121 51 48
Octal 334 175 361 11 60 0 5 441 121 110
Binary 11011100 1111101 11110001 1001 110000 0 101 100100001 1010001 1001000

Color Harmonies of #DC7DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7DF1

Black with #DC7DF1

Text Example


Text Example

White with #DC7DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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