Html Css Color HEX #D625FF Psychedelic Purple

📋 copy color: '#D625FF'

red 214 ◦ green 37 ◦ blue 255

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

Shades of Psychedelic Purple #D625FF

Tints of Psychedelic Purple #D625FF

RGB

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

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

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

R = 42.29%
G = 7.31%
B = 50.4%

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

#D625FF (or 0xD625FF) is known color: Psychedelic Purple. HEX triplet: D6, 25 and FF. RGB value is (214,37,255). Sum of RGB (Red+Green+Blue) = 214+37+255=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 37 (14.84% from 255 or 7.31% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #D625FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D625FF is #29DA00. Grayscale: #727272. Windows color (decimal): -2742785 or 16721366. OLE color: 16721366.

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

Color convert

RGB 214 37 255 -
CMYK 0.16 0.85 0 0
HSL 288.72º 1% 0.57% -
HSV(B) 288.72º 0.85% 1% -
XYZ 46.44 22.84 96.57 -
YUV 114.78 207.14 198.77 -
System Red Green Blue C M Y K H S L
Decimal 214 37 255 0.16 0.85 0 0 288.72 1 0.57
Hex D6 25 FF 10 55 0 0 121 64 39
Octal 326 45 377 20 125 0 0 441 144 71
Binary 11010110 100101 11111111 10000 1010101 0 0 100100001 1100100 111001

Color Harmonies of #D625FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D625FF

Black with #D625FF

Text Example


Text Example

White with #D625FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D625FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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