Html Css Color HEX #DC6AF8 Heliotrope

📋 copy color: '#DC6AF8'

red 220 ◦ green 106 ◦ blue 248

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

Shades of Heliotrope #DC6AF8

Tints of Heliotrope #DC6AF8

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.47%

 BLUE value IS 248 (97.27% from 255) = 43.21%

R = 38.33%
G = 18.47%
B = 43.21%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DC6AF8 (or 0xDC6AF8) is known color: Heliotrope. HEX triplet: DC, 6A and F8. RGB value is (220,106,248). Sum of RGB (Red+Green+Blue) = 220+106+248=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 106 (41.80% from 255 or 18.47% from 574); Blue value is 248 (97.27% from 255 or 43.21% from 574); Max value from RGB is 248 - color contains mainly: blue. Hex color #DC6AF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6AF8 is #239507. Grayscale: #9B9B9B. Windows color (decimal): -2331912 or 16280284. OLE color: 16280284.

HSL color Cylindrical-coordinate representation of color #DC6AF8: hue angle of 288.17º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC6AF8 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 106 248 -
CMYK 0.11 0.57 0 0.03
HSL 288.17º 0.91% 0.69% -
HSV(B) 288.17º 0.57% 0.97% -
XYZ 51.61 32.3 92.32 -
YUV 156.27 179.77 173.45 -
System Red Green Blue C M Y K H S L
Decimal 220 106 248 0.11 0.57 0 0.03 288.17 0.91 0.69
Hex DC 6A F8 B 39 0 3 120 5B 45
Octal 334 152 370 13 71 0 3 440 133 105
Binary 11011100 1101010 11111000 1011 111001 0 11 100100000 1011011 1000101

Color Harmonies of #DC6AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6AF8

Black with #DC6AF8

Text Example


Text Example

White with #DC6AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6AF8; }

 p { color: rgb(220,106,248); }

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

background-color css

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

 a { background-color: rgb(220,106,248); }

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

border-color css

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

 span { border-color: rgb(220,106,248); }

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