Html Css Color HEX #D629F9 Psychedelic Purple

📋 copy color: '#D629F9'

red 214 ◦ green 41 ◦ blue 249

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

Shades of Psychedelic Purple #D629F9

Tints of Psychedelic Purple #D629F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.4%

R = 42.46%
G = 8.13%
B = 49.4%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D629F9 (or 0xD629F9) is known color: Psychedelic Purple. HEX triplet: D6, 29 and F9. RGB value is (214,41,249). Sum of RGB (Red+Green+Blue) = 214+41+249=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 41 (16.41% from 255 or 8.13% from 504); Blue value is 249 (97.66% from 255 or 49.40% from 504); Max value from RGB is 249 - color contains mainly: blue. Hex color #D629F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D629F9 is #29D606. Grayscale: #737373. Windows color (decimal): -2741767 or 16329174. OLE color: 16329174.

HSL color Cylindrical-coordinate representation of color #D629F9: hue angle of 289.9º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D629F9 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 41 249 -
CMYK 0.14 0.84 0 0.02
HSL 289.9º 0.95% 0.57% -
HSV(B) 289.9º 0.84% 0.98% -
XYZ 45.62 22.72 91.6 -
YUV 116.44 202.81 197.59 -
System Red Green Blue C M Y K H S L
Decimal 214 41 249 0.14 0.84 0 0.02 289.9 0.95 0.57
Hex D6 29 F9 E 54 0 2 122 5F 39
Octal 326 51 371 16 124 0 2 442 137 71
Binary 11010110 101001 11111001 1110 1010100 0 10 100100010 1011111 111001

Color Harmonies of #D629F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D629F9

Black with #D629F9

Text Example


Text Example

White with #D629F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D629F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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