Html Css Color HEX #D04AFB Heliotrope

📋 copy color: '#D04AFB'

red 208 ◦ green 74 ◦ blue 251

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

Shades of Heliotrope #D04AFB

Tints of Heliotrope #D04AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.09%

R = 39.02%
G = 13.88%
B = 47.09%

CMYK

 C value IS 0.17

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D04AFB (or 0xD04AFB) is known color: Heliotrope. HEX triplet: D0, 4A and FB. RGB value is (208,74,251). Sum of RGB (Red+Green+Blue) = 208+74+251=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 74 (29.30% from 255 or 13.88% from 533); Blue value is 251 (98.44% from 255 or 47.09% from 533); Max value from RGB is 251 - color contains mainly: blue. Hex color #D04AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D04AFB is #2FB504. Grayscale: #858585. Windows color (decimal): -3126533 or 16468688. OLE color: 16468688.

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

Color convert

RGB 208 74 251 -
CMYK 0.17 0.71 0 0.02
HSL 285.42º 0.96% 0.64% -
HSV(B) 285.42º 0.71% 0.98% -
XYZ 45.87 25.27 93.73 -
YUV 134.24 193.89 180.61 -
System Red Green Blue C M Y K H S L
Decimal 208 74 251 0.17 0.71 0 0.02 285.42 0.96 0.64
Hex D0 4A FB 11 47 0 2 11D 60 40
Octal 320 112 373 21 107 0 2 435 140 100
Binary 11010000 1001010 11111011 10001 1000111 0 10 100011101 1100000 1000000

Color Harmonies of #D04AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04AFB

Black with #D04AFB

Text Example


Text Example

White with #D04AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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