Html Css Color HEX #D221F2 Psychedelic Purple

📋 copy color: '#D221F2'

red 210 ◦ green 33 ◦ blue 242

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

Shades of Psychedelic Purple #D221F2

Tints of Psychedelic Purple #D221F2

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.8%

 BLUE value IS 242 (94.92% from 255) = 49.9%

R = 43.3%
G = 6.8%
B = 49.9%

CMYK

 C value IS 0.13

 M value IS 0.86

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D221F2 (or 0xD221F2) is known color: Psychedelic Purple. HEX triplet: D2, 21 and F2. RGB value is (210,33,242). Sum of RGB (Red+Green+Blue) = 210+33+242=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 33 (13.28% from 255 or 6.80% from 485); Blue value is 242 (94.92% from 255 or 49.90% from 485); Max value from RGB is 242 - color contains mainly: blue. Hex color #D221F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D221F2 is #2DDE0D. Grayscale: #6D6D6D. Windows color (decimal): -3005966 or 15868370. OLE color: 15868370.

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

Color convert

RGB 210 33 242 -
CMYK 0.13 0.86 0 0.05
HSL 290.81º 0.89% 0.54% -
HSV(B) 290.81º 0.86% 0.95% -
XYZ 43.15 21.2 85.82 -
YUV 109.75 202.64 199.51 -
System Red Green Blue C M Y K H S L
Decimal 210 33 242 0.13 0.86 0 0.05 290.81 0.89 0.54
Hex D2 21 F2 D 56 0 5 123 59 36
Octal 322 41 362 15 126 0 5 443 131 66
Binary 11010010 100001 11110010 1101 1010110 0 101 100100011 1011001 110110

Color Harmonies of #D221F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D221F2

Black with #D221F2

Text Example


Text Example

White with #D221F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D221F2; }

 p { color: rgb(210,33,242); }

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

background-color css

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

 a { background-color: rgb(210,33,242); }

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

border-color css

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

 span { border-color: rgb(210,33,242); }

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