Html Css Color HEX #D51DFB Psychedelic Purple

📋 copy color: '#D51DFB'

red 213 ◦ green 29 ◦ blue 251

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

Shades of Psychedelic Purple #D51DFB

Tints of Psychedelic Purple #D51DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.91%

R = 43.2%
G = 5.88%
B = 50.91%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D51DFB (or 0xD51DFB) is known color: Psychedelic Purple. HEX triplet: D5, 1D and FB. RGB value is (213,29,251). Sum of RGB (Red+Green+Blue) = 213+29+251=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 29 (11.72% from 255 or 5.88% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #D51DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D51DFB is #2AE204. Grayscale: #6C6C6C. Windows color (decimal): -2810373 or 16457173. OLE color: 16457173.

HSL color Cylindrical-coordinate representation of color #D51DFB: hue angle of 289.73º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D51DFB is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 29 251 -
CMYK 0.15 0.88 0 0.02
HSL 289.73º 0.97% 0.55% -
HSV(B) 289.73º 0.88% 0.98% -
XYZ 45.29 21.99 93.12 -
YUV 109.32 207.96 201.95 -
System Red Green Blue C M Y K H S L
Decimal 213 29 251 0.15 0.88 0 0.02 289.73 0.97 0.55
Hex D5 1D FB F 58 0 2 122 61 37
Octal 325 35 373 17 130 0 2 442 141 67
Binary 11010101 11101 11111011 1111 1011000 0 10 100100010 1100001 110111

Color Harmonies of #D51DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51DFB

Black with #D51DFB

Text Example


Text Example

White with #D51DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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