Html Css Color HEX #D214FF Psychedelic Purple

📋 copy color: '#D214FF'

red 210 ◦ green 20 ◦ blue 255

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

Shades of Psychedelic Purple #D214FF

Tints of Psychedelic Purple #D214FF

RGB

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

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

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

R = 43.3%
G = 4.12%
B = 52.58%

CMYK

 C value IS 0.18

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D214FF (or 0xD214FF) is known color: Psychedelic Purple. HEX triplet: D2, 14 and FF. RGB value is (210,20,255). Sum of RGB (Red+Green+Blue) = 210+20+255=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 20 (8.20% from 255 or 4.12% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #D214FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D214FF is #2DEB00. Grayscale: #666666. Windows color (decimal): -3009281 or 16717010. OLE color: 16717010.

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

Color convert

RGB 210 20 255 -
CMYK 0.18 0.92 0 0
HSL 288.51º 1% 0.54% -
HSV(B) 288.51º 0.92% 1% -
XYZ 44.88 21.42 96.38 -
YUV 103.6 213.45 203.89 -
System Red Green Blue C M Y K H S L
Decimal 210 20 255 0.18 0.92 0 0 288.51 1 0.54
Hex D2 14 FF 12 5C 0 0 121 64 36
Octal 322 24 377 22 134 0 0 441 144 66
Binary 11010010 10100 11111111 10010 1011100 0 0 100100001 1100100 110110

Color Harmonies of #D214FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D214FF

Black with #D214FF

Text Example


Text Example

White with #D214FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D214FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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