Html Css Color HEX #D511F4 Psychedelic Purple

📋 copy color: '#D511F4'

red 213 ◦ green 17 ◦ blue 244

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

Shades of Psychedelic Purple #D511F4

Tints of Psychedelic Purple #D511F4

RGB

 RED value IS 213 (83.59% from 255) = 44.94%

 GREEN value IS 17 (7.03% from 255) = 3.59%

 BLUE value IS 244 (95.7% from 255) = 51.48%

R = 44.94%
G = 3.59%
B = 51.48%

CMYK

 C value IS 0.13

 M value IS 0.93

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D511F4 (or 0xD511F4) is known color: Psychedelic Purple. HEX triplet: D5, 11 and F4. RGB value is (213,17,244). Sum of RGB (Red+Green+Blue) = 213+17+244=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 17 (7.03% from 255 or 3.59% from 474); Blue value is 244 (95.70% from 255 or 51.48% from 474); Max value from RGB is 244 - color contains mainly: blue. Hex color #D511F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D511F4 is #2AEE0B. Grayscale: #646464. Windows color (decimal): -2813452 or 15995349. OLE color: 15995349.

HSL color Cylindrical-coordinate representation of color #D511F4: hue angle of 291.81º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D511F4 is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 213 17 244 -
CMYK 0.13 0.93 0 0.04
HSL 291.81º 0.91% 0.51% -
HSV(B) 291.81º 0.93% 0.96% -
XYZ 43.97 21.08 87.34 -
YUV 101.48 208.43 207.54 -
System Red Green Blue C M Y K H S L
Decimal 213 17 244 0.13 0.93 0 0.04 291.81 0.91 0.51
Hex D5 11 F4 D 5D 0 4 124 5B 33
Octal 325 21 364 15 135 0 4 444 133 63
Binary 11010101 10001 11110100 1101 1011101 0 100 100100100 1011011 110011

Color Harmonies of #D511F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D511F4

Black with #D511F4

Text Example


Text Example

White with #D511F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D511F4; }

 p { color: rgb(213,17,244); }

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

background-color css

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

 a { background-color: rgb(213,17,244); }

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

border-color css

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

 span { border-color: rgb(213,17,244); }

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