Html Css Color HEX #D04BFD Heliotrope

📋 copy color: '#D04BFD'

red 208 ◦ green 75 ◦ blue 253

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

Shades of Heliotrope #D04BFD

Tints of Heliotrope #D04BFD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 13.99%

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

R = 38.81%
G = 13.99%
B = 47.2%

CMYK

 C value IS 0.18

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D04BFD (or 0xD04BFD) is known color: Heliotrope. HEX triplet: D0, 4B and FD. RGB value is (208,75,253). Sum of RGB (Red+Green+Blue) = 208+75+253=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 75 (29.69% from 255 or 13.99% from 536); Blue value is 253 (99.22% from 255 or 47.20% from 536); Max value from RGB is 253 - color contains mainly: blue. Hex color #D04BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D04BFD is #2FB402. Grayscale: #868686. Windows color (decimal): -3126275 or 16600016. OLE color: 16600016.

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

Color convert

RGB 208 75 253 -
CMYK 0.18 0.70 0 0.01
HSL 284.83º 0.98% 0.64% -
HSV(B) 284.83º 0.7% 0.99% -
XYZ 46.26 25.53 95.42 -
YUV 135.06 194.56 180.03 -
System Red Green Blue C M Y K H S L
Decimal 208 75 253 0.18 0.70 0 0.01 284.83 0.98 0.64
Hex D0 4B FD 12 46 0 1 11D 62 40
Octal 320 113 375 22 106 0 1 435 142 100
Binary 11010000 1001011 11111101 10010 1000110 0 1 100011101 1100010 1000000

Color Harmonies of #D04BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04BFD

Black with #D04BFD

Text Example


Text Example

White with #D04BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04BFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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