Html Css Color HEX #D04AFE Heliotrope

📋 copy color: '#D04AFE'

red 208 ◦ green 74 ◦ blue 254

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

Shades of Heliotrope #D04AFE

Tints of Heliotrope #D04AFE

RGB

 RED value IS 208 (81.64% from 255) = 38.81%

 GREEN value IS 74 (29.3% from 255) = 13.81%

 BLUE value IS 254 (99.61% from 255) = 47.39%

R = 38.81%
G = 13.81%
B = 47.39%

CMYK

 C value IS 0.18

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D04AFE (or 0xD04AFE) is known color: Heliotrope. HEX triplet: D0, 4A and FE. RGB value is (208,74,254). Sum of RGB (Red+Green+Blue) = 208+74+254=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 74 (29.30% from 255 or 13.81% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #D04AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D04AFE is #2FB501. Grayscale: #868686. Windows color (decimal): -3126530 or 16665296. OLE color: 16665296.

HSL color Cylindrical-coordinate representation of color #D04AFE: hue angle of 284.67º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D04AFE is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 208 74 254 -
CMYK 0.18 0.71 0 0.00
HSL 284.67º 0.99% 0.64% -
HSV(B) 284.67º 0.71% 1% -
XYZ 46.35 25.46 96.24 -
YUV 134.59 195.39 180.36 -
System Red Green Blue C M Y K H S L
Decimal 208 74 254 0.18 0.71 0 0.00 284.67 0.99 0.64
Hex D0 4A FE 12 47 0 0 11D 63 40
Octal 320 112 376 22 107 0 0 435 143 100
Binary 11010000 1001010 11111110 10010 1000111 0 0 100011101 1100011 1000000

Color Harmonies of #D04AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04AFE

Black with #D04AFE

Text Example


Text Example

White with #D04AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04AFE; }

 p { color: rgb(208,74,254); }

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

background-color css

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

 a { background-color: rgb(208,74,254); }

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

border-color css

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

 span { border-color: rgb(208,74,254); }

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