Html Css Color HEX #D633FD Psychedelic Purple

📋 copy color: '#D633FD'

red 214 ◦ green 51 ◦ blue 253

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

Shades of Psychedelic Purple #D633FD

Tints of Psychedelic Purple #D633FD

RGB

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

 GREEN value IS 51 (20.31% from 255) = 9.85%

 BLUE value IS 253 (99.22% from 255) = 48.84%

R = 41.31%
G = 9.85%
B = 48.84%

CMYK

 C value IS 0.15

 M value IS 0.80

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D633FD (or 0xD633FD) is known color: Psychedelic Purple. HEX triplet: D6, 33 and FD. RGB value is (214,51,253). Sum of RGB (Red+Green+Blue) = 214+51+253=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 51 (20.31% from 255 or 9.85% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #D633FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D633FD is #29CC02. Grayscale: #7A7A7A. Windows color (decimal): -2739203 or 16593878. OLE color: 16593878.

HSL color Cylindrical-coordinate representation of color #D633FD: hue angle of 288.42º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D633FD is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 214 51 253 -
CMYK 0.15 0.80 0 0.01
HSL 288.42º 0.98% 0.6% -
HSV(B) 288.42º 0.8% 0.99% -
XYZ 46.65 23.76 95.06 -
YUV 122.77 201.5 193.07 -
System Red Green Blue C M Y K H S L
Decimal 214 51 253 0.15 0.80 0 0.01 288.42 0.98 0.6
Hex D6 33 FD F 50 0 1 120 62 3C
Octal 326 63 375 17 120 0 1 440 142 74
Binary 11010110 110011 11111101 1111 1010000 0 1 100100000 1100010 111100

Color Harmonies of #D633FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D633FD

Black with #D633FD

Text Example


Text Example

White with #D633FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D633FD; }

 p { color: rgb(214,51,253); }

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

background-color css

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

 a { background-color: rgb(214,51,253); }

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

border-color css

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

 span { border-color: rgb(214,51,253); }

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