Html Css Color HEX #D225FB Psychedelic Purple

📋 copy color: '#D225FB'

red 210 ◦ green 37 ◦ blue 251

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

Shades of Psychedelic Purple #D225FB

Tints of Psychedelic Purple #D225FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.4%

R = 42.17%
G = 7.43%
B = 50.4%

CMYK

 C value IS 0.16

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D225FB (or 0xD225FB) is known color: Psychedelic Purple. HEX triplet: D2, 25 and FB. RGB value is (210,37,251). Sum of RGB (Red+Green+Blue) = 210+37+251=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 37 (14.84% from 255 or 7.43% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #D225FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D225FB is #2DDA04. Grayscale: #707070. Windows color (decimal): -3004933 or 16459218. OLE color: 16459218.

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

Color convert

RGB 210 37 251 -
CMYK 0.16 0.85 0 0.02
HSL 288.5º 0.96% 0.56% -
HSV(B) 288.5º 0.85% 0.98% -
XYZ 44.65 21.99 93.16 -
YUV 113.12 205.81 197.1 -
System Red Green Blue C M Y K H S L
Decimal 210 37 251 0.16 0.85 0 0.02 288.5 0.96 0.56
Hex D2 25 FB 10 55 0 2 121 60 38
Octal 322 45 373 20 125 0 2 441 140 70
Binary 11010010 100101 11111011 10000 1010101 0 10 100100001 1100000 111000

Color Harmonies of #D225FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D225FB

Black with #D225FB

Text Example


Text Example

White with #D225FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D225FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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