Html Css Color HEX #D034FA Psychedelic Purple

📋 copy color: '#D034FA'

red 208 ◦ green 52 ◦ blue 250

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

Shades of Psychedelic Purple #D034FA

Tints of Psychedelic Purple #D034FA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.2%

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

R = 40.78%
G = 10.2%
B = 49.02%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D034FA (or 0xD034FA) is known color: Psychedelic Purple. HEX triplet: D0, 34 and FA. RGB value is (208,52,250). Sum of RGB (Red+Green+Blue) = 208+52+250=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 52 (20.70% from 255 or 10.20% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #D034FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D034FA is #2FCB05. Grayscale: #787878. Windows color (decimal): -3132166 or 16397520. OLE color: 16397520.

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

Color convert

RGB 208 52 250 -
CMYK 0.17 0.79 0 0.02
HSL 287.27º 0.95% 0.59% -
HSV(B) 287.27º 0.79% 0.98% -
XYZ 44.5 22.77 92.49 -
YUV 121.22 200.68 189.9 -
System Red Green Blue C M Y K H S L
Decimal 208 52 250 0.17 0.79 0 0.02 287.27 0.95 0.59
Hex D0 34 FA 11 4F 0 2 11F 5F 3B
Octal 320 64 372 21 117 0 2 437 137 73
Binary 11010000 110100 11111010 10001 1001111 0 10 100011111 1011111 111011

Color Harmonies of #D034FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D034FA

Black with #D034FA

Text Example


Text Example

White with #D034FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D034FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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