Html Css Color HEX #D629FD Psychedelic Purple

📋 copy color: '#D629FD'

red 214 ◦ green 41 ◦ blue 253

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

Shades of Psychedelic Purple #D629FD

Tints of Psychedelic Purple #D629FD

RGB

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

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

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

R = 42.13%
G = 8.07%
B = 49.8%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D629FD (or 0xD629FD) is known color: Psychedelic Purple. HEX triplet: D6, 29 and FD. RGB value is (214,41,253). Sum of RGB (Red+Green+Blue) = 214+41+253=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 41 (16.41% from 255 or 8.07% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 253 - color contains mainly: blue. Hex color #D629FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D629FD is #29D602. Grayscale: #747474. Windows color (decimal): -2741763 or 16591318. OLE color: 16591318.

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

Color convert

RGB 214 41 253 -
CMYK 0.15 0.84 0 0.01
HSL 288.96º 0.98% 0.58% -
HSV(B) 288.96º 0.84% 0.99% -
XYZ 46.25 22.97 94.93 -
YUV 116.9 204.81 197.26 -
System Red Green Blue C M Y K H S L
Decimal 214 41 253 0.15 0.84 0 0.01 288.96 0.98 0.58
Hex D6 29 FD F 54 0 1 121 62 3A
Octal 326 51 375 17 124 0 1 441 142 72
Binary 11010110 101001 11111101 1111 1010100 0 1 100100001 1100010 111010

Color Harmonies of #D629FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D629FD

Black with #D629FD

Text Example


Text Example

White with #D629FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D629FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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