Html Css Color HEX #D51CFD Psychedelic Purple

📋 copy color: '#D51CFD'

red 213 ◦ green 28 ◦ blue 253

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

Shades of Psychedelic Purple #D51CFD

Tints of Psychedelic Purple #D51CFD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.67%

 BLUE value IS 253 (99.22% from 255) = 51.21%

R = 43.12%
G = 5.67%
B = 51.21%

CMYK

 C value IS 0.16

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D51CFD (or 0xD51CFD) is known color: Psychedelic Purple. HEX triplet: D5, 1C and FD. RGB value is (213,28,253). Sum of RGB (Red+Green+Blue) = 213+28+253=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 28 (11.33% from 255 or 5.67% from 494); Blue value is 253 (99.22% from 255 or 51.21% from 494); Max value from RGB is 253 - color contains mainly: blue. Hex color #D51CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D51CFD is #2AE302. Grayscale: #6C6C6C. Windows color (decimal): -2810627 or 16587989. OLE color: 16587989.

HSL color Cylindrical-coordinate representation of color #D51CFD: hue angle of 289.33º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D51CFD is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 28 253 -
CMYK 0.16 0.89 0 0.01
HSL 289.33º 0.98% 0.55% -
HSV(B) 289.33º 0.89% 0.99% -
XYZ 45.59 22.07 94.79 -
YUV 108.97 209.29 202.2 -
System Red Green Blue C M Y K H S L
Decimal 213 28 253 0.16 0.89 0 0.01 289.33 0.98 0.55
Hex D5 1C FD 10 59 0 1 121 62 37
Octal 325 34 375 20 131 0 1 441 142 67
Binary 11010101 11100 11111101 10000 1011001 0 1 100100001 1100010 110111

Color Harmonies of #D51CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51CFD

Black with #D51CFD

Text Example


Text Example

White with #D51CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51CFD; }

 p { color: rgb(213,28,253); }

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

background-color css

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

 a { background-color: rgb(213,28,253); }

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

border-color css

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

 span { border-color: rgb(213,28,253); }

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