Html Css Color HEX #D214FC Psychedelic Purple

📋 copy color: '#D214FC'

red 210 ◦ green 20 ◦ blue 252

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

Shades of Psychedelic Purple #D214FC

Tints of Psychedelic Purple #D214FC

RGB

 RED value IS 210 (82.42% from 255) = 43.57%

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

 BLUE value IS 252 (98.83% from 255) = 52.28%

R = 43.57%
G = 4.15%
B = 52.28%

CMYK

 C value IS 0.17

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D214FC (or 0xD214FC) is known color: Psychedelic Purple. HEX triplet: D2, 14 and FC. RGB value is (210,20,252). Sum of RGB (Red+Green+Blue) = 210+20+252=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 20 (8.20% from 255 or 4.15% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #D214FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D214FC is #2DEB03. Grayscale: #666666. Windows color (decimal): -3009284 or 16520402. OLE color: 16520402.

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

Color convert

RGB 210 20 252 -
CMYK 0.17 0.92 0 0.01
HSL 289.14º 0.97% 0.53% -
HSV(B) 289.14º 0.92% 0.99% -
XYZ 44.4 21.23 93.85 -
YUV 103.26 211.95 204.14 -
System Red Green Blue C M Y K H S L
Decimal 210 20 252 0.17 0.92 0 0.01 289.14 0.97 0.53
Hex D2 14 FC 11 5C 0 1 121 61 35
Octal 322 24 374 21 134 0 1 441 141 65
Binary 11010010 10100 11111100 10001 1011100 0 1 100100001 1100001 110101

Color Harmonies of #D214FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D214FC

Black with #D214FC

Text Example


Text Example

White with #D214FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D214FC; }

 p { color: rgb(210,20,252); }

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

background-color css

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

 a { background-color: rgb(210,20,252); }

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

border-color css

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

 span { border-color: rgb(210,20,252); }

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