Html Css Color HEX #D638FF Psychedelic Purple

📋 copy color: '#D638FF'

red 214 ◦ green 56 ◦ blue 255

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

Shades of Psychedelic Purple #D638FF

Tints of Psychedelic Purple #D638FF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 10.67%

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

R = 40.76%
G = 10.67%
B = 48.57%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D638FF (or 0xD638FF) is known color: Psychedelic Purple. HEX triplet: D6, 38 and FF. RGB value is (214,56,255). Sum of RGB (Red+Green+Blue) = 214+56+255=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 56 (22.27% from 255 or 10.67% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #D638FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D638FF is #29C700. Grayscale: #7D7D7D. Windows color (decimal): -2737921 or 16726230. OLE color: 16726230.

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

Color convert

RGB 214 56 255 -
CMYK 0.16 0.78 0 0
HSL 287.64º 1% 0.61% -
HSV(B) 287.64º 0.78% 1% -
XYZ 47.2 24.34 96.82 -
YUV 125.93 200.85 190.82 -
System Red Green Blue C M Y K H S L
Decimal 214 56 255 0.16 0.78 0 0 287.64 1 0.61
Hex D6 38 FF 10 4E 0 0 120 64 3D
Octal 326 70 377 20 116 0 0 440 144 75
Binary 11010110 111000 11111111 10000 1001110 0 0 100100000 1100100 111101

Color Harmonies of #D638FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D638FF

Black with #D638FF

Text Example


Text Example

White with #D638FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D638FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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