Html Css Color HEX #D925FD Psychedelic Purple

📋 copy color: '#D925FD'

red 217 ◦ green 37 ◦ blue 253

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

Shades of Psychedelic Purple #D925FD

Tints of Psychedelic Purple #D925FD

RGB

 RED value IS 217 (85.16% from 255) = 42.8%

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

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

R = 42.8%
G = 7.3%
B = 49.9%

CMYK

 C value IS 0.14

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D925FD (or 0xD925FD) is known color: Psychedelic Purple. HEX triplet: D9, 25 and FD. RGB value is (217,37,253). Sum of RGB (Red+Green+Blue) = 217+37+253=507 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.80% from 507); Green value is 37 (14.84% from 255 or 7.30% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #D925FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D925FD is #26DA02. Grayscale: #727272. Windows color (decimal): -2546179 or 16590297. OLE color: 16590297.

HSL color Cylindrical-coordinate representation of color #D925FD: hue angle of 290º 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 #D925FD is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 217 37 253 -
CMYK 0.14 0.85 0 0.01
HSL 290º 0.98% 0.57% -
HSV(B) 290º 0.85% 0.99% -
XYZ 47.01 23.17 94.92 -
YUV 115.44 205.63 200.44 -
System Red Green Blue C M Y K H S L
Decimal 217 37 253 0.14 0.85 0 0.01 290 0.98 0.57
Hex D9 25 FD E 55 0 1 122 62 39
Octal 331 45 375 16 125 0 1 442 142 71
Binary 11011001 100101 11111101 1110 1010101 0 1 100100010 1100010 111001

Color Harmonies of #D925FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D925FD

Black with #D925FD

Text Example


Text Example

White with #D925FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D925FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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