Html Css Color HEX #D629F0 Psychedelic Purple

📋 copy color: '#D629F0'

red 214 ◦ green 41 ◦ blue 240

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

Shades of Psychedelic Purple #D629F0

Tints of Psychedelic Purple #D629F0

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.28%

 BLUE value IS 240 (94.14% from 255) = 48.48%

R = 43.23%
G = 8.28%
B = 48.48%

CMYK

 C value IS 0.11

 M value IS 0.83

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D629F0 (or 0xD629F0) is known color: Psychedelic Purple. HEX triplet: D6, 29 and F0. RGB value is (214,41,240). Sum of RGB (Red+Green+Blue) = 214+41+240=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 41 (16.41% from 255 or 8.28% from 495); Blue value is 240 (94.14% from 255 or 48.48% from 495); Max value from RGB is 240 - color contains mainly: blue. Hex color #D629F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D629F0 is #29D60F. Grayscale: #727272. Windows color (decimal): -2741776 or 15739350. OLE color: 15739350.

HSL color Cylindrical-coordinate representation of color #D629F0: hue angle of 292.16º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D629F0 is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 214 41 240 -
CMYK 0.11 0.83 0 0.06
HSL 292.16º 0.87% 0.55% -
HSV(B) 292.16º 0.83% 0.94% -
XYZ 44.25 22.17 84.39 -
YUV 115.41 198.31 198.32 -
System Red Green Blue C M Y K H S L
Decimal 214 41 240 0.11 0.83 0 0.06 292.16 0.87 0.55
Hex D6 29 F0 B 53 0 6 124 57 37
Octal 326 51 360 13 123 0 6 444 127 67
Binary 11010110 101001 11110000 1011 1010011 0 110 100100100 1010111 110111

Color Harmonies of #D629F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D629F0

Black with #D629F0

Text Example


Text Example

White with #D629F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D629F0; }

 p { color: rgb(214,41,240); }

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

background-color css

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

 a { background-color: rgb(214,41,240); }

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

border-color css

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

 span { border-color: rgb(214,41,240); }

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