Html Css Color HEX #D512FF Psychedelic Purple

📋 copy color: '#D512FF'

red 213 ◦ green 18 ◦ blue 255

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

Shades of Psychedelic Purple #D512FF

Tints of Psychedelic Purple #D512FF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.7%

 BLUE value IS 255 (100% from 255) = 52.47%

R = 43.83%
G = 3.7%
B = 52.47%

CMYK

 C value IS 0.16

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D512FF (or 0xD512FF) is known color: Psychedelic Purple. HEX triplet: D5, 12 and FF. RGB value is (213,18,255). Sum of RGB (Red+Green+Blue) = 213+18+255=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 18 (7.42% from 255 or 3.70% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #D512FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D512FF is #2AED00. Grayscale: #666666. Windows color (decimal): -2813185 or 16716501. OLE color: 16716501.

HSL color Cylindrical-coordinate representation of color #D512FF: hue angle of 289.37º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D512FF is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 213 18 255 -
CMYK 0.16 0.93 0 0
HSL 289.37º 1% 0.54% -
HSV(B) 289.37º 0.93% 1% -
XYZ 45.71 21.8 96.41 -
YUV 103.32 213.6 206.23 -
System Red Green Blue C M Y K H S L
Decimal 213 18 255 0.16 0.93 0 0 289.37 1 0.54
Hex D5 12 FF 10 5D 0 0 121 64 36
Octal 325 22 377 20 135 0 0 441 144 66
Binary 11010101 10010 11111111 10000 1011101 0 0 100100001 1100100 110110

Color Harmonies of #D512FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D512FF

Black with #D512FF

Text Example


Text Example

White with #D512FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D512FF; }

 p { color: rgb(213,18,255); }

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

background-color css

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

 a { background-color: rgb(213,18,255); }

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

border-color css

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

 span { border-color: rgb(213,18,255); }

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