Html Css Color HEX #D636FF Psychedelic Purple

📋 copy color: '#D636FF'

red 214 ◦ green 54 ◦ blue 255

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

Shades of Psychedelic Purple #D636FF

Tints of Psychedelic Purple #D636FF

RGB

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

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

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

R = 40.92%
G = 10.33%
B = 48.76%

CMYK

 C value IS 0.16

 M value IS 0.79

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D636FF (or 0xD636FF) is known color: Psychedelic Purple. HEX triplet: D6, 36 and FF. RGB value is (214,54,255). Sum of RGB (Red+Green+Blue) = 214+54+255=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 54 (21.48% from 255 or 10.33% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #D636FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D636FF is #29C900. Grayscale: #7C7C7C. Windows color (decimal): -2738433 or 16725718. OLE color: 16725718.

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

Color convert

RGB 214 54 255 -
CMYK 0.16 0.79 0 0
HSL 287.76º 1% 0.61% -
HSV(B) 287.76º 0.79% 1% -
XYZ 47.1 24.15 96.79 -
YUV 124.75 201.51 191.66 -
System Red Green Blue C M Y K H S L
Decimal 214 54 255 0.16 0.79 0 0 287.76 1 0.61
Hex D6 36 FF 10 4F 0 0 120 64 3D
Octal 326 66 377 20 117 0 0 440 144 75
Binary 11010110 110110 11111111 10000 1001111 0 0 100100000 1100100 111101

Color Harmonies of #D636FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D636FF

Black with #D636FF

Text Example


Text Example

White with #D636FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D636FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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