Html Css Color HEX #D04AFA Heliotrope

📋 copy color: '#D04AFA'

red 208 ◦ green 74 ◦ blue 250

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

Shades of Heliotrope #D04AFA

Tints of Heliotrope #D04AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.99%

R = 39.1%
G = 13.91%
B = 46.99%

CMYK

 C value IS 0.17

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D04AFA (or 0xD04AFA) is known color: Heliotrope. HEX triplet: D0, 4A and FA. RGB value is (208,74,250). Sum of RGB (Red+Green+Blue) = 208+74+250=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 74 (29.30% from 255 or 13.91% from 532); Blue value is 250 (98.05% from 255 or 46.99% from 532); Max value from RGB is 250 - color contains mainly: blue. Hex color #D04AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D04AFA is #2FB505. Grayscale: #858585. Windows color (decimal): -3126534 or 16403152. OLE color: 16403152.

HSL color Cylindrical-coordinate representation of color #D04AFA: hue angle of 285.68º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D04AFA is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 74 250 -
CMYK 0.17 0.70 0 0.02
HSL 285.68º 0.95% 0.64% -
HSV(B) 285.68º 0.7% 0.98% -
XYZ 45.72 25.21 92.9 -
YUV 134.13 193.39 180.69 -
System Red Green Blue C M Y K H S L
Decimal 208 74 250 0.17 0.70 0 0.02 285.68 0.95 0.64
Hex D0 4A FA 11 46 0 2 11E 5F 40
Octal 320 112 372 21 106 0 2 436 137 100
Binary 11010000 1001010 11111010 10001 1000110 0 10 100011110 1011111 1000000

Color Harmonies of #D04AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04AFA

Black with #D04AFA

Text Example


Text Example

White with #D04AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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