Html Css Color HEX #D825FD Psychedelic Purple

📋 copy color: '#D825FD'

red 216 ◦ green 37 ◦ blue 253

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

Shades of Psychedelic Purple #D825FD

Tints of Psychedelic Purple #D825FD

RGB

 RED value IS 216 (84.77% from 255) = 42.69%

 GREEN value IS 37 (14.84% from 255) = 7.31%

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

R = 42.69%
G = 7.31%
B = 50%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D825FD (or 0xD825FD) is known color: Psychedelic Purple. HEX triplet: D8, 25 and FD. RGB value is (216,37,253). Sum of RGB (Red+Green+Blue) = 216+37+253=506 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.69% from 506); Green value is 37 (14.84% from 255 or 7.31% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #D825FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D825FD is #27DA02. Grayscale: #727272. Windows color (decimal): -2611715 or 16590296. OLE color: 16590296.

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

Color convert

RGB 216 37 253 -
CMYK 0.15 0.85 0 0.01
HSL 289.72º 0.98% 0.57% -
HSV(B) 289.72º 0.85% 0.99% -
XYZ 46.71 23.01 94.91 -
YUV 115.15 205.8 199.94 -
System Red Green Blue C M Y K H S L
Decimal 216 37 253 0.15 0.85 0 0.01 289.72 0.98 0.57
Hex D8 25 FD F 55 0 1 122 62 39
Octal 330 45 375 17 125 0 1 442 142 71
Binary 11011000 100101 11111101 1111 1010101 0 1 100100010 1100010 111001

Color Harmonies of #D825FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D825FD

Black with #D825FD

Text Example


Text Example

White with #D825FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D825FD; }

 p { color: rgb(216,37,253); }

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

background-color css

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

 a { background-color: rgb(216,37,253); }

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

border-color css

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

 span { border-color: rgb(216,37,253); }

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