Html Css Color HEX #D51DF4 Psychedelic Purple

📋 copy color: '#D51DF4'

red 213 ◦ green 29 ◦ blue 244

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

Shades of Psychedelic Purple #D51DF4

Tints of Psychedelic Purple #D51DF4

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.97%

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

R = 43.83%
G = 5.97%
B = 50.21%

CMYK

 C value IS 0.13

 M value IS 0.88

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D51DF4 (or 0xD51DF4) is known color: Psychedelic Purple. HEX triplet: D5, 1D and F4. RGB value is (213,29,244). Sum of RGB (Red+Green+Blue) = 213+29+244=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 29 (11.72% from 255 or 5.97% from 486); Blue value is 244 (95.70% from 255 or 50.21% from 486); Max value from RGB is 244 - color contains mainly: blue. Hex color #D51DF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D51DF4 is #2AE20B. Grayscale: #6B6B6B. Windows color (decimal): -2810380 or 15998421. OLE color: 15998421.

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

Color convert

RGB 213 29 244 -
CMYK 0.13 0.88 0 0.04
HSL 291.35º 0.91% 0.54% -
HSV(B) 291.35º 0.88% 0.96% -
XYZ 44.21 21.56 87.42 -
YUV 108.53 204.46 202.52 -
System Red Green Blue C M Y K H S L
Decimal 213 29 244 0.13 0.88 0 0.04 291.35 0.91 0.54
Hex D5 1D F4 D 58 0 4 123 5B 36
Octal 325 35 364 15 130 0 4 443 133 66
Binary 11010101 11101 11110100 1101 1011000 0 100 100100011 1011011 110110

Color Harmonies of #D51DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51DF4

Black with #D51DF4

Text Example


Text Example

White with #D51DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51DF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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