Html Css Color HEX #D225FF Psychedelic Purple

📋 copy color: '#D225FF'

red 210 ◦ green 37 ◦ blue 255

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

Shades of Psychedelic Purple #D225FF

Tints of Psychedelic Purple #D225FF

RGB

 RED value IS 210 (82.42% from 255) = 41.83%

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

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

R = 41.83%
G = 7.37%
B = 50.8%

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

#D225FF (or 0xD225FF) is known color: Psychedelic Purple. HEX triplet: D2, 25 and FF. RGB value is (210,37,255). Sum of RGB (Red+Green+Blue) = 210+37+255=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 37 (14.84% from 255 or 7.37% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #D225FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D225FF is #2DDA00. Grayscale: #707070. Windows color (decimal): -3004929 or 16721362. OLE color: 16721362.

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

Color convert

RGB 210 37 255 -
CMYK 0.18 0.85 0 0
HSL 287.61º 1% 0.57% -
HSV(B) 287.61º 0.85% 1% -
XYZ 45.29 22.24 96.51 -
YUV 113.58 207.81 196.77 -
System Red Green Blue C M Y K H S L
Decimal 210 37 255 0.18 0.85 0 0 287.61 1 0.57
Hex D2 25 FF 12 55 0 0 120 64 39
Octal 322 45 377 22 125 0 0 440 144 71
Binary 11010010 100101 11111111 10010 1010101 0 0 100100000 1100100 111001

Color Harmonies of #D225FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D225FF

Black with #D225FF

Text Example


Text Example

White with #D225FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D225FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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