Html Css Color HEX #D211F9 Psychedelic Purple

📋 copy color: '#D211F9'

red 210 ◦ green 17 ◦ blue 249

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

Shades of Psychedelic Purple #D211F9

Tints of Psychedelic Purple #D211F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 52.31%

R = 44.12%
G = 3.57%
B = 52.31%

CMYK

 C value IS 0.16

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D211F9 (or 0xD211F9) is known color: Psychedelic Purple. HEX triplet: D2, 11 and F9. RGB value is (210,17,249). Sum of RGB (Red+Green+Blue) = 210+17+249=476 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.12% from 476); Green value is 17 (7.03% from 255 or 3.57% from 476); Blue value is 249 (97.66% from 255 or 52.31% from 476); Max value from RGB is 249 - color contains mainly: blue. Hex color #D211F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D211F9 is #2DEE06. Grayscale: #646464. Windows color (decimal): -3010055 or 16323026. OLE color: 16323026.

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

Color convert

RGB 210 17 249 -
CMYK 0.16 0.93 0 0.02
HSL 289.91º 0.95% 0.52% -
HSV(B) 289.91º 0.93% 0.98% -
XYZ 43.88 20.94 91.35 -
YUV 101.16 211.44 205.64 -
System Red Green Blue C M Y K H S L
Decimal 210 17 249 0.16 0.93 0 0.02 289.91 0.95 0.52
Hex D2 11 F9 10 5D 0 2 122 5F 34
Octal 322 21 371 20 135 0 2 442 137 64
Binary 11010010 10001 11111001 10000 1011101 0 10 100100010 1011111 110100

Color Harmonies of #D211F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D211F9

Black with #D211F9

Text Example


Text Example

White with #D211F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D211F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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