Html Css Color HEX #D21BF9 Psychedelic Purple

📋 copy color: '#D21BF9'

red 210 ◦ green 27 ◦ blue 249

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

Shades of Psychedelic Purple #D21BF9

Tints of Psychedelic Purple #D21BF9

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.56%

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

R = 43.21%
G = 5.56%
B = 51.23%

CMYK

 C value IS 0.16

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D21BF9 (or 0xD21BF9) is known color: Psychedelic Purple. HEX triplet: D2, 1B and F9. RGB value is (210,27,249). Sum of RGB (Red+Green+Blue) = 210+27+249=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 27 (10.94% from 255 or 5.56% from 486); Blue value is 249 (97.66% from 255 or 51.23% from 486); Max value from RGB is 249 - color contains mainly: blue. Hex color #D21BF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D21BF9 is #2DE406. Grayscale: #6A6A6A. Windows color (decimal): -3007495 or 16325586. OLE color: 16325586.

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

Color convert

RGB 210 27 249 -
CMYK 0.16 0.89 0 0.02
HSL 289.46º 0.95% 0.54% -
HSV(B) 289.46º 0.89% 0.98% -
XYZ 44.07 21.33 91.42 -
YUV 107.03 208.13 201.45 -
System Red Green Blue C M Y K H S L
Decimal 210 27 249 0.16 0.89 0 0.02 289.46 0.95 0.54
Hex D2 1B F9 10 59 0 2 121 5F 36
Octal 322 33 371 20 131 0 2 441 137 66
Binary 11010010 11011 11111001 10000 1011001 0 10 100100001 1011111 110110

Color Harmonies of #D21BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21BF9

Black with #D21BF9

Text Example


Text Example

White with #D21BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21BF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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