Html Css Color HEX #D630FD Psychedelic Purple

📋 copy color: '#D630FD'

red 214 ◦ green 48 ◦ blue 253

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

Shades of Psychedelic Purple #D630FD

Tints of Psychedelic Purple #D630FD

RGB

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

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

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

R = 41.55%
G = 9.32%
B = 49.13%

CMYK

 C value IS 0.15

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D630FD (or 0xD630FD) is known color: Psychedelic Purple. HEX triplet: D6, 30 and FD. RGB value is (214,48,253). Sum of RGB (Red+Green+Blue) = 214+48+253=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 48 (19.14% from 255 or 9.32% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #D630FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D630FD is #29CF02. Grayscale: #787878. Windows color (decimal): -2739971 or 16593110. OLE color: 16593110.

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

Color convert

RGB 214 48 253 -
CMYK 0.15 0.81 0 0.01
HSL 288.59º 0.98% 0.59% -
HSV(B) 288.59º 0.81% 0.99% -
XYZ 46.52 23.5 95.01 -
YUV 121 202.5 194.33 -
System Red Green Blue C M Y K H S L
Decimal 214 48 253 0.15 0.81 0 0.01 288.59 0.98 0.59
Hex D6 30 FD F 51 0 1 121 62 3B
Octal 326 60 375 17 121 0 1 441 142 73
Binary 11010110 110000 11111101 1111 1010001 0 1 100100001 1100010 111011

Color Harmonies of #D630FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D630FD

Black with #D630FD

Text Example


Text Example

White with #D630FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D630FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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