Html Css Color HEX #D211F0 Psychedelic Purple

📋 copy color: '#D211F0'

red 210 ◦ green 17 ◦ blue 240

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

Shades of Psychedelic Purple #D211F0

Tints of Psychedelic Purple #D211F0

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.64%

 BLUE value IS 240 (94.14% from 255) = 51.39%

R = 44.97%
G = 3.64%
B = 51.39%

CMYK

 C value IS 0.12

 M value IS 0.93

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D211F0 (or 0xD211F0) is known color: Psychedelic Purple. HEX triplet: D2, 11 and F0. RGB value is (210,17,240). Sum of RGB (Red+Green+Blue) = 210+17+240=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 17 (7.03% from 255 or 3.64% from 467); Blue value is 240 (94.14% from 255 or 51.39% from 467); Max value from RGB is 240 - color contains mainly: blue. Hex color #D211F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D211F0 is #2DEE0F. Grayscale: #636363. Windows color (decimal): -3010064 or 15733202. OLE color: 15733202.

HSL color Cylindrical-coordinate representation of color #D211F0: hue angle of 291.93º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D211F0 is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 210 17 240 -
CMYK 0.12 0.93 0 0.06
HSL 291.93º 0.88% 0.5% -
HSV(B) 291.93º 0.93% 0.94% -
XYZ 42.51 20.39 84.13 -
YUV 100.13 206.94 206.37 -
System Red Green Blue C M Y K H S L
Decimal 210 17 240 0.12 0.93 0 0.06 291.93 0.88 0.5
Hex D2 11 F0 C 5D 0 6 124 58 32
Octal 322 21 360 14 135 0 6 444 130 62
Binary 11010010 10001 11110000 1100 1011101 0 110 100100100 1011000 110010

Color Harmonies of #D211F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D211F0

Black with #D211F0

Text Example


Text Example

White with #D211F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D211F0; }

 p { color: rgb(210,17,240); }

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

background-color css

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

 a { background-color: rgb(210,17,240); }

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

border-color css

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

 span { border-color: rgb(210,17,240); }

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