Html Css Color HEX #D21FEB Psychedelic Purple

📋 copy color: '#D21FEB'

red 210 ◦ green 31 ◦ blue 235

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

Shades of Psychedelic Purple #D21FEB

Tints of Psychedelic Purple #D21FEB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.51%

 BLUE value IS 235 (92.19% from 255) = 49.37%

R = 44.12%
G = 6.51%
B = 49.37%

CMYK

 C value IS 0.11

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D21FEB (or 0xD21FEB) is known color: Psychedelic Purple. HEX triplet: D2, 1F and EB. RGB value is (210,31,235). Sum of RGB (Red+Green+Blue) = 210+31+235=476 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.12% from 476); Green value is 31 (12.5% from 255 or 6.51% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #D21FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D21FEB is #2DE014. Grayscale: #6B6B6B. Windows color (decimal): -3006485 or 15409106. OLE color: 15409106.

HSL color Cylindrical-coordinate representation of color #D21FEB: hue angle of 292.65º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D21FEB is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 31 235 -
CMYK 0.11 0.87 0 0.08
HSL 292.65º 0.84% 0.52% -
HSV(B) 292.65º 0.87% 0.92% -
XYZ 42.06 20.68 80.37 -
YUV 107.78 199.8 200.91 -
System Red Green Blue C M Y K H S L
Decimal 210 31 235 0.11 0.87 0 0.08 292.65 0.84 0.52
Hex D2 1F EB B 57 0 8 125 54 34
Octal 322 37 353 13 127 0 10 445 124 64
Binary 11010010 11111 11101011 1011 1010111 0 1000 100100101 1010100 110100

Color Harmonies of #D21FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21FEB

Black with #D21FEB

Text Example


Text Example

White with #D21FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21FEB; }

 p { color: rgb(210,31,235); }

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

background-color css

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

 a { background-color: rgb(210,31,235); }

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

border-color css

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

 span { border-color: rgb(210,31,235); }

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