Html Css Color HEX #D21DFB Psychedelic Purple

📋 copy color: '#D21DFB'

red 210 ◦ green 29 ◦ blue 251

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

Shades of Psychedelic Purple #D21DFB

Tints of Psychedelic Purple #D21DFB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.92%

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

R = 42.86%
G = 5.92%
B = 51.22%

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

#D21DFB (or 0xD21DFB) is known color: Psychedelic Purple. HEX triplet: D2, 1D and FB. RGB value is (210,29,251). Sum of RGB (Red+Green+Blue) = 210+29+251=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 29 (11.72% from 255 or 5.92% from 490); Blue value is 251 (98.44% from 255 or 51.22% from 490); Max value from RGB is 251 - color contains mainly: blue. Hex color #D21DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D21DFB is #2DE204. Grayscale: #6B6B6B. Windows color (decimal): -3006981 or 16457170. OLE color: 16457170.

HSL color Cylindrical-coordinate representation of color #D21DFB: hue angle of 288.92º 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 #D21DFB is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 29 251 -
CMYK 0.16 0.88 0 0.02
HSL 288.92º 0.97% 0.55% -
HSV(B) 288.92º 0.88% 0.98% -
XYZ 44.43 21.55 93.08 -
YUV 108.43 208.47 200.45 -
System Red Green Blue C M Y K H S L
Decimal 210 29 251 0.16 0.88 0 0.02 288.92 0.97 0.55
Hex D2 1D FB 10 58 0 2 121 61 37
Octal 322 35 373 20 130 0 2 441 141 67
Binary 11010010 11101 11111011 10000 1011000 0 10 100100001 1100001 110111

Color Harmonies of #D21DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21DFB

Black with #D21DFB

Text Example


Text Example

White with #D21DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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