Html Css Color HEX #DC7AF8 Heliotrope

📋 copy color: '#DC7AF8'

red 220 ◦ green 122 ◦ blue 248

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

Shades of Heliotrope #DC7AF8

Tints of Heliotrope #DC7AF8

RGB

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

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

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

R = 37.29%
G = 20.68%
B = 42.03%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DC7AF8 (or 0xDC7AF8) is known color: Heliotrope. HEX triplet: DC, 7A and F8. RGB value is (220,122,248). Sum of RGB (Red+Green+Blue) = 220+122+248=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 122 (48.05% from 255 or 20.68% from 590); Blue value is 248 (97.27% from 255 or 42.03% from 590); Max value from RGB is 248 - color contains mainly: blue. Hex color #DC7AF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7AF8 is #238507. Grayscale: #A5A5A5. Windows color (decimal): -2327816 or 16284380. OLE color: 16284380.

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

Color convert

RGB 220 122 248 -
CMYK 0.11 0.51 0 0.03
HSL 286.67º 0.9% 0.73% -
HSV(B) 286.67º 0.51% 0.97% -
XYZ 53.42 35.91 92.92 -
YUV 165.67 174.47 166.75 -
System Red Green Blue C M Y K H S L
Decimal 220 122 248 0.11 0.51 0 0.03 286.67 0.9 0.73
Hex DC 7A F8 B 33 0 3 11F 5A 49
Octal 334 172 370 13 63 0 3 437 132 111
Binary 11011100 1111010 11111000 1011 110011 0 11 100011111 1011010 1001001

Color Harmonies of #DC7AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7AF8

Black with #DC7AF8

Text Example


Text Example

White with #DC7AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7AF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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