Html Css Color HEX #D21EFB Psychedelic Purple

📋 copy color: '#D21EFB'

red 210 ◦ green 30 ◦ blue 251

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

Shades of Psychedelic Purple #D21EFB

Tints of Psychedelic Purple #D21EFB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.11%

 BLUE value IS 251 (98.44% from 255) = 51.12%

R = 42.77%
G = 6.11%
B = 51.12%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D21EFB (or 0xD21EFB) is known color: Psychedelic Purple. HEX triplet: D2, 1E and FB. RGB value is (210,30,251). Sum of RGB (Red+Green+Blue) = 210+30+251=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 30 (12.11% from 255 or 6.11% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #D21EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D21EFB is #2DE104. Grayscale: #6C6C6C. Windows color (decimal): -3006725 or 16457426. OLE color: 16457426.

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

Color convert

RGB 210 30 251 -
CMYK 0.16 0.88 0 0.02
HSL 288.87º 0.97% 0.55% -
HSV(B) 288.87º 0.88% 0.98% -
XYZ 44.46 21.6 93.09 -
YUV 109.01 208.13 200.03 -
System Red Green Blue C M Y K H S L
Decimal 210 30 251 0.16 0.88 0 0.02 288.87 0.97 0.55
Hex D2 1E FB 10 58 0 2 121 61 37
Octal 322 36 373 20 130 0 2 441 141 67
Binary 11010010 11110 11111011 10000 1011000 0 10 100100001 1100001 110111

Color Harmonies of #D21EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21EFB

Black with #D21EFB

Text Example


Text Example

White with #D21EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21EFB; }

 p { color: rgb(210,30,251); }

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

background-color css

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

 a { background-color: rgb(210,30,251); }

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

border-color css

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

 span { border-color: rgb(210,30,251); }

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