Html Css Color HEX #D636FA Psychedelic Purple

📋 copy color: '#D636FA'

red 214 ◦ green 54 ◦ blue 250

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

Shades of Psychedelic Purple #D636FA

Tints of Psychedelic Purple #D636FA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 10.42%

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

R = 41.31%
G = 10.42%
B = 48.26%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D636FA (or 0xD636FA) is known color: Psychedelic Purple. HEX triplet: D6, 36 and FA. RGB value is (214,54,250). Sum of RGB (Red+Green+Blue) = 214+54+250=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 54 (21.48% from 255 or 10.42% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #D636FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D636FA is #29C905. Grayscale: #7B7B7B. Windows color (decimal): -2738438 or 16398038. OLE color: 16398038.

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

Color convert

RGB 214 54 250 -
CMYK 0.14 0.78 0 0.02
HSL 288.98º 0.95% 0.6% -
HSV(B) 288.98º 0.78% 0.98% -
XYZ 46.31 23.84 92.6 -
YUV 124.18 199.01 192.06 -
System Red Green Blue C M Y K H S L
Decimal 214 54 250 0.14 0.78 0 0.02 288.98 0.95 0.6
Hex D6 36 FA E 4E 0 2 121 5F 3C
Octal 326 66 372 16 116 0 2 441 137 74
Binary 11010110 110110 11111010 1110 1001110 0 10 100100001 1011111 111100

Color Harmonies of #D636FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D636FA

Black with #D636FA

Text Example


Text Example

White with #D636FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D636FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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