Html Css Color HEX #D025FF Psychedelic Purple

📋 copy color: '#D025FF'

red 208 ◦ green 37 ◦ blue 255

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

Shades of Psychedelic Purple #D025FF

Tints of Psychedelic Purple #D025FF

RGB

 RED value IS 208 (81.64% from 255) = 41.6%

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

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

R = 41.6%
G = 7.4%
B = 51%

CMYK

 C value IS 0.18

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D025FF (or 0xD025FF) is known color: Psychedelic Purple. HEX triplet: D0, 25 and FF. RGB value is (208,37,255). Sum of RGB (Red+Green+Blue) = 208+37+255=500 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.6% from 500); Green value is 37 (14.84% from 255 or 7.4% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #D025FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D025FF is #2FDA00. Grayscale: #707070. Windows color (decimal): -3136001 or 16721360. OLE color: 16721360.

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

Color convert

RGB 208 37 255 -
CMYK 0.18 0.85 0 0
HSL 287.06º 1% 0.57% -
HSV(B) 287.06º 0.85% 1% -
XYZ 44.72 21.95 96.49 -
YUV 112.98 208.15 195.77 -
System Red Green Blue C M Y K H S L
Decimal 208 37 255 0.18 0.85 0 0 287.06 1 0.57
Hex D0 25 FF 12 55 0 0 11F 64 39
Octal 320 45 377 22 125 0 0 437 144 71
Binary 11010000 100101 11111111 10010 1010101 0 0 100011111 1100100 111001

Color Harmonies of #D025FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D025FF

Black with #D025FF

Text Example


Text Example

White with #D025FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D025FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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