Html Css Color HEX #D510FD Psychedelic Purple

📋 copy color: '#D510FD'

red 213 ◦ green 16 ◦ blue 253

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

Shades of Psychedelic Purple #D510FD

Tints of Psychedelic Purple #D510FD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.32%

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

R = 44.19%
G = 3.32%
B = 52.49%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D510FD (or 0xD510FD) is known color: Psychedelic Purple. HEX triplet: D5, 10 and FD. RGB value is (213,16,253). Sum of RGB (Red+Green+Blue) = 213+16+253=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 16 (6.64% from 255 or 3.32% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #D510FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D510FD is #2AEF02. Grayscale: #656565. Windows color (decimal): -2813699 or 16584917. OLE color: 16584917.

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

Color convert

RGB 213 16 253 -
CMYK 0.16 0.94 0 0.01
HSL 289.87º 0.98% 0.53% -
HSV(B) 289.87º 0.94% 0.99% -
XYZ 45.36 21.61 94.71 -
YUV 101.92 213.27 207.23 -
System Red Green Blue C M Y K H S L
Decimal 213 16 253 0.16 0.94 0 0.01 289.87 0.98 0.53
Hex D5 10 FD 10 5E 0 1 122 62 35
Octal 325 20 375 20 136 0 1 442 142 65
Binary 11010101 10000 11111101 10000 1011110 0 1 100100010 1100010 110101

Color Harmonies of #D510FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D510FD

Black with #D510FD

Text Example


Text Example

White with #D510FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D510FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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