Html Css Color HEX #D210FD Psychedelic Purple

📋 copy color: '#D210FD'

red 210 ◦ green 16 ◦ blue 253

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

Shades of Psychedelic Purple #D210FD

Tints of Psychedelic Purple #D210FD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.34%

 BLUE value IS 253 (99.22% from 255) = 52.82%

R = 43.84%
G = 3.34%
B = 52.82%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D210FD (or 0xD210FD) is known color: Psychedelic Purple. HEX triplet: D2, 10 and FD. RGB value is (210,16,253). Sum of RGB (Red+Green+Blue) = 210+16+253=479 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.84% from 479); Green value is 16 (6.64% from 255 or 3.34% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #D210FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D210FD is #2DEF02. Grayscale: #646464. Windows color (decimal): -3010307 or 16584914. OLE color: 16584914.

HSL color Cylindrical-coordinate representation of color #D210FD: hue angle of 289.11º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D210FD is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 210 16 253 -
CMYK 0.17 0.94 0 0.01
HSL 289.11º 0.98% 0.53% -
HSV(B) 289.11º 0.94% 0.99% -
XYZ 44.49 21.16 94.67 -
YUV 101.02 213.77 205.73 -
System Red Green Blue C M Y K H S L
Decimal 210 16 253 0.17 0.94 0 0.01 289.11 0.98 0.53
Hex D2 10 FD 11 5E 0 1 121 62 35
Octal 322 20 375 21 136 0 1 441 142 65
Binary 11010010 10000 11111101 10001 1011110 0 1 100100001 1100010 110101

Color Harmonies of #D210FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D210FD

Black with #D210FD

Text Example


Text Example

White with #D210FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D210FD; }

 p { color: rgb(210,16,253); }

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

background-color css

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

 a { background-color: rgb(210,16,253); }

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

border-color css

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

 span { border-color: rgb(210,16,253); }

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