Html Css Color HEX #D630FF Psychedelic Purple

📋 copy color: '#D630FF'

red 214 ◦ green 48 ◦ blue 255

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

Shades of Psychedelic Purple #D630FF

Tints of Psychedelic Purple #D630FF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.28%

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

R = 41.39%
G = 9.28%
B = 49.32%

CMYK

 C value IS 0.16

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D630FF (or 0xD630FF) is known color: Psychedelic Purple. HEX triplet: D6, 30 and FF. RGB value is (214,48,255). Sum of RGB (Red+Green+Blue) = 214+48+255=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 48 (19.14% from 255 or 9.28% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #D630FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D630FF is #29CF00. Grayscale: #787878. Windows color (decimal): -2739969 or 16724182. OLE color: 16724182.

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

Color convert

RGB 214 48 255 -
CMYK 0.16 0.81 0 0
HSL 288.12º 1% 0.59% -
HSV(B) 288.12º 0.81% 1% -
XYZ 46.84 23.63 96.7 -
YUV 121.23 203.5 194.17 -
System Red Green Blue C M Y K H S L
Decimal 214 48 255 0.16 0.81 0 0 288.12 1 0.59
Hex D6 30 FF 10 51 0 0 120 64 3B
Octal 326 60 377 20 121 0 0 440 144 73
Binary 11010110 110000 11111111 10000 1010001 0 0 100100000 1100100 111011

Color Harmonies of #D630FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D630FF

Black with #D630FF

Text Example


Text Example

White with #D630FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D630FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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