Html Css Color HEX #D514FB Psychedelic Purple

📋 copy color: '#D514FB'

red 213 ◦ green 20 ◦ blue 251

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

Shades of Psychedelic Purple #D514FB

Tints of Psychedelic Purple #D514FB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.13%

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

R = 44.01%
G = 4.13%
B = 51.86%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D514FB (or 0xD514FB) is known color: Psychedelic Purple. HEX triplet: D5, 14 and FB. RGB value is (213,20,251). Sum of RGB (Red+Green+Blue) = 213+20+251=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 20 (8.20% from 255 or 4.13% from 484); Blue value is 251 (98.44% from 255 or 51.86% from 484); Max value from RGB is 251 - color contains mainly: blue. Hex color #D514FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D514FB is #2AEB04. Grayscale: #676767. Windows color (decimal): -2812677 or 16454869. OLE color: 16454869.

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

Color convert

RGB 213 20 251 -
CMYK 0.15 0.92 0 0.02
HSL 290.13º 0.97% 0.53% -
HSV(B) 290.13º 0.92% 0.98% -
XYZ 45.1 21.61 93.06 -
YUV 104.04 210.94 205.72 -
System Red Green Blue C M Y K H S L
Decimal 213 20 251 0.15 0.92 0 0.02 290.13 0.97 0.53
Hex D5 14 FB F 5C 0 2 122 61 35
Octal 325 24 373 17 134 0 2 442 141 65
Binary 11010101 10100 11111011 1111 1011100 0 10 100100010 1100001 110101

Color Harmonies of #D514FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D514FB

Black with #D514FB

Text Example


Text Example

White with #D514FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D514FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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