Html Css Color HEX #D334FA Psychedelic Purple

📋 copy color: '#D334FA'

red 211 ◦ green 52 ◦ blue 250

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

Shades of Psychedelic Purple #D334FA

Tints of Psychedelic Purple #D334FA

RGB

 RED value IS 211 (82.81% from 255) = 41.13%

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

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

R = 41.13%
G = 10.14%
B = 48.73%

CMYK

 C value IS 0.16

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D334FA (or 0xD334FA) is known color: Psychedelic Purple. HEX triplet: D3, 34 and FA. RGB value is (211,52,250). Sum of RGB (Red+Green+Blue) = 211+52+250=513 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.13% from 513); Green value is 52 (20.70% from 255 or 10.14% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #D334FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D334FA is #2CCB05. Grayscale: #797979. Windows color (decimal): -2935558 or 16397523. OLE color: 16397523.

HSL color Cylindrical-coordinate representation of color #D334FA: hue angle of 288.18º 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 #D334FA is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 52 250 -
CMYK 0.16 0.79 0 0.02
HSL 288.18º 0.95% 0.59% -
HSV(B) 288.18º 0.79% 0.98% -
XYZ 45.35 23.21 92.53 -
YUV 122.11 200.18 191.4 -
System Red Green Blue C M Y K H S L
Decimal 211 52 250 0.16 0.79 0 0.02 288.18 0.95 0.59
Hex D3 34 FA 10 4F 0 2 120 5F 3B
Octal 323 64 372 20 117 0 2 440 137 73
Binary 11010011 110100 11111010 10000 1001111 0 10 100100000 1011111 111011

Color Harmonies of #D334FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D334FA

Black with #D334FA

Text Example


Text Example

White with #D334FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D334FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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