Html Css Color HEX #D51DF5 Psychedelic Purple

📋 copy color: '#D51DF5'

red 213 ◦ green 29 ◦ blue 245

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

Shades of Psychedelic Purple #D51DF5

Tints of Psychedelic Purple #D51DF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 50.31%

R = 43.74%
G = 5.95%
B = 50.31%

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

#D51DF5 (or 0xD51DF5) is known color: Psychedelic Purple. HEX triplet: D5, 1D and F5. RGB value is (213,29,245). Sum of RGB (Red+Green+Blue) = 213+29+245=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 29 (11.72% from 255 or 5.95% from 487); Blue value is 245 (96.09% from 255 or 50.31% from 487); Max value from RGB is 245 - color contains mainly: blue. Hex color #D51DF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D51DF5 is #2AE20A. Grayscale: #6B6B6B. Windows color (decimal): -2810379 or 16063957. OLE color: 16063957.

HSL color Cylindrical-coordinate representation of color #D51DF5: hue angle of 291.11º degrees, saturation: 0.92, 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 #D51DF5 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 213 29 245 -
CMYK 0.13 0.88 0 0.04
HSL 291.11º 0.92% 0.54% -
HSV(B) 291.11º 0.88% 0.96% -
XYZ 44.36 21.62 88.22 -
YUV 108.64 204.96 202.44 -
System Red Green Blue C M Y K H S L
Decimal 213 29 245 0.13 0.88 0 0.04 291.11 0.92 0.54
Hex D5 1D F5 D 58 0 4 123 5C 36
Octal 325 35 365 15 130 0 4 443 134 66
Binary 11010101 11101 11110101 1101 1011000 0 100 100100011 1011100 110110

Color Harmonies of #D51DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51DF5

Black with #D51DF5

Text Example


Text Example

White with #D51DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51DF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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