Html Css Color HEX #D21CF5 Psychedelic Purple

📋 copy color: '#D21CF5'

red 210 ◦ green 28 ◦ blue 245

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

Shades of Psychedelic Purple #D21CF5

Tints of Psychedelic Purple #D21CF5

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.8%

 BLUE value IS 245 (96.09% from 255) = 50.72%

R = 43.48%
G = 5.8%
B = 50.72%

CMYK

 C value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D21CF5 (or 0xD21CF5) is known color: Psychedelic Purple. HEX triplet: D2, 1C and F5. RGB value is (210,28,245). Sum of RGB (Red+Green+Blue) = 210+28+245=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 28 (11.33% from 255 or 5.80% from 483); Blue value is 245 (96.09% from 255 or 50.72% from 483); Max value from RGB is 245 - color contains mainly: blue. Hex color #D21CF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D21CF5 is #2DE30A. Grayscale: #6A6A6A. Windows color (decimal): -3007243 or 16063698. OLE color: 16063698.

HSL color Cylindrical-coordinate representation of color #D21CF5: hue angle of 290.32º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D21CF5 is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 210 28 245 -
CMYK 0.14 0.89 0 0.04
HSL 290.32º 0.92% 0.54% -
HSV(B) 290.32º 0.89% 0.96% -
XYZ 43.48 21.12 88.17 -
YUV 107.16 205.8 201.36 -
System Red Green Blue C M Y K H S L
Decimal 210 28 245 0.14 0.89 0 0.04 290.32 0.92 0.54
Hex D2 1C F5 E 59 0 4 122 5C 36
Octal 322 34 365 16 131 0 4 442 134 66
Binary 11010010 11100 11110101 1110 1011001 0 100 100100010 1011100 110110

Color Harmonies of #D21CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21CF5

Black with #D21CF5

Text Example


Text Example

White with #D21CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21CF5; }

 p { color: rgb(210,28,245); }

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

background-color css

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

 a { background-color: rgb(210,28,245); }

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

border-color css

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

 span { border-color: rgb(210,28,245); }

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