Html Css Color HEX #D04AFD Heliotrope

📋 copy color: '#D04AFD'

red 208 ◦ green 74 ◦ blue 253

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

Shades of Heliotrope #D04AFD

Tints of Heliotrope #D04AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.29%

R = 38.88%
G = 13.83%
B = 47.29%

CMYK

 C value IS 0.18

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D04AFD (or 0xD04AFD) is known color: Heliotrope. HEX triplet: D0, 4A and FD. RGB value is (208,74,253). Sum of RGB (Red+Green+Blue) = 208+74+253=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 74 (29.30% from 255 or 13.83% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #D04AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D04AFD is #2FB502. Grayscale: #858585. Windows color (decimal): -3126531 or 16599760. OLE color: 16599760.

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

Color convert

RGB 208 74 253 -
CMYK 0.18 0.71 0 0.01
HSL 284.92º 0.98% 0.64% -
HSV(B) 284.92º 0.71% 0.99% -
XYZ 46.19 25.4 95.4 -
YUV 134.47 194.89 180.45 -
System Red Green Blue C M Y K H S L
Decimal 208 74 253 0.18 0.71 0 0.01 284.92 0.98 0.64
Hex D0 4A FD 12 47 0 1 11D 62 40
Octal 320 112 375 22 107 0 1 435 142 100
Binary 11010000 1001010 11111101 10010 1000111 0 1 100011101 1100010 1000000

Color Harmonies of #D04AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04AFD

Black with #D04AFD

Text Example


Text Example

White with #D04AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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