Html Css Color HEX #D62FFA Psychedelic Purple

📋 copy color: '#D62FFA'

red 214 ◦ green 47 ◦ blue 250

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

Shades of Psychedelic Purple #D62FFA

Tints of Psychedelic Purple #D62FFA

RGB

 RED value IS 214 (83.98% from 255) = 41.88%

 GREEN value IS 47 (18.75% from 255) = 9.2%

 BLUE value IS 250 (98.05% from 255) = 48.92%

R = 41.88%
G = 9.2%
B = 48.92%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D62FFA (or 0xD62FFA) is known color: Psychedelic Purple. HEX triplet: D6, 2F and FA. RGB value is (214,47,250). Sum of RGB (Red+Green+Blue) = 214+47+250=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 47 (18.75% from 255 or 9.20% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #D62FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D62FFA is #29D005. Grayscale: #777777. Windows color (decimal): -2740230 or 16396246. OLE color: 16396246.

HSL color Cylindrical-coordinate representation of color #D62FFA: hue angle of 289.36º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D62FFA is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 47 250 -
CMYK 0.14 0.81 0 0.02
HSL 289.36º 0.95% 0.58% -
HSV(B) 289.36º 0.81% 0.98% -
XYZ 46 23.23 92.5 -
YUV 120.08 201.33 194.99 -
System Red Green Blue C M Y K H S L
Decimal 214 47 250 0.14 0.81 0 0.02 289.36 0.95 0.58
Hex D6 2F FA E 51 0 2 121 5F 3A
Octal 326 57 372 16 121 0 2 441 137 72
Binary 11010110 101111 11111010 1110 1010001 0 10 100100001 1011111 111010

Color Harmonies of #D62FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62FFA

Black with #D62FFA

Text Example


Text Example

White with #D62FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62FFA; }

 p { color: rgb(214,47,250); }

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

background-color css

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

 a { background-color: rgb(214,47,250); }

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

border-color css

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

 span { border-color: rgb(214,47,250); }

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