Html Css Color HEX #D613FA Psychedelic Purple

📋 copy color: '#D613FA'

red 214 ◦ green 19 ◦ blue 250

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

Shades of Psychedelic Purple #D613FA

Tints of Psychedelic Purple #D613FA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.93%

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

R = 44.31%
G = 3.93%
B = 51.76%

CMYK

 C value IS 0.14

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D613FA (or 0xD613FA) is known color: Psychedelic Purple. HEX triplet: D6, 13 and FA. RGB value is (214,19,250). Sum of RGB (Red+Green+Blue) = 214+19+250=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 19 (7.81% from 255 or 3.93% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #D613FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D613FA is #29EC05. Grayscale: #666666. Windows color (decimal): -2747398 or 16389078. OLE color: 16389078.

HSL color Cylindrical-coordinate representation of color #D613FA: hue angle of 290.65º degrees, saturation: 0.96, 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 #D613FA is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 19 250 -
CMYK 0.14 0.92 0 0.02
HSL 290.65º 0.96% 0.53% -
HSV(B) 290.65º 0.92% 0.98% -
XYZ 45.22 21.66 92.24 -
YUV 103.64 210.6 206.72 -
System Red Green Blue C M Y K H S L
Decimal 214 19 250 0.14 0.92 0 0.02 290.65 0.96 0.53
Hex D6 13 FA E 5C 0 2 123 60 35
Octal 326 23 372 16 134 0 2 443 140 65
Binary 11010110 10011 11111010 1110 1011100 0 10 100100011 1100000 110101

Color Harmonies of #D613FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D613FA

Black with #D613FA

Text Example


Text Example

White with #D613FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D613FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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