Html Css Color HEX #D725FF Psychedelic Purple

📋 copy color: '#D725FF'

red 215 ◦ green 37 ◦ blue 255

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

Shades of Psychedelic Purple #D725FF

Tints of Psychedelic Purple #D725FF

RGB

 RED value IS 215 (84.38% from 255) = 42.41%

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

 BLUE value IS 255 (100% from 255) = 50.3%

R = 42.41%
G = 7.3%
B = 50.3%

CMYK

 C value IS 0.16

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D725FF (or 0xD725FF) is known color: Psychedelic Purple. HEX triplet: D7, 25 and FF. RGB value is (215,37,255). Sum of RGB (Red+Green+Blue) = 215+37+255=507 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.41% from 507); Green value is 37 (14.84% from 255 or 7.30% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #D725FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D725FF is #28DA00. Grayscale: #727272. Windows color (decimal): -2677249 or 16721367. OLE color: 16721367.

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

Color convert

RGB 215 37 255 -
CMYK 0.16 0.85 0 0
HSL 288.99º 1% 0.57% -
HSV(B) 288.99º 0.85% 1% -
XYZ 46.74 22.99 96.58 -
YUV 115.07 206.97 199.27 -
System Red Green Blue C M Y K H S L
Decimal 215 37 255 0.16 0.85 0 0 288.99 1 0.57
Hex D7 25 FF 10 55 0 0 121 64 39
Octal 327 45 377 20 125 0 0 441 144 71
Binary 11010111 100101 11111111 10000 1010101 0 0 100100001 1100100 111001

Color Harmonies of #D725FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D725FF

Black with #D725FF

Text Example


Text Example

White with #D725FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D725FF; }

 p { color: rgb(215,37,255); }

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

background-color css

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

 a { background-color: rgb(215,37,255); }

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

border-color css

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

 span { border-color: rgb(215,37,255); }

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