Html Css Color HEX #D213FF Psychedelic Purple

📋 copy color: '#D213FF'

red 210 ◦ green 19 ◦ blue 255

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

Shades of Psychedelic Purple #D213FF

Tints of Psychedelic Purple #D213FF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.93%

 BLUE value IS 255 (100% from 255) = 52.69%

R = 43.39%
G = 3.93%
B = 52.69%

CMYK

 C value IS 0.18

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D213FF (or 0xD213FF) is known color: Psychedelic Purple. HEX triplet: D2, 13 and FF. RGB value is (210,19,255). Sum of RGB (Red+Green+Blue) = 210+19+255=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 19 (7.81% from 255 or 3.93% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #D213FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D213FF is #2DEC00. Grayscale: #666666. Windows color (decimal): -3009537 or 16716754. OLE color: 16716754.

HSL color Cylindrical-coordinate representation of color #D213FF: hue angle of 288.56º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D213FF is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 210 19 255 -
CMYK 0.18 0.93 0 0
HSL 288.56º 1% 0.54% -
HSV(B) 288.56º 0.93% 1% -
XYZ 44.86 21.39 96.37 -
YUV 103.01 213.78 204.31 -
System Red Green Blue C M Y K H S L
Decimal 210 19 255 0.18 0.93 0 0 288.56 1 0.54
Hex D2 13 FF 12 5D 0 0 121 64 36
Octal 322 23 377 22 135 0 0 441 144 66
Binary 11010010 10011 11111111 10010 1011101 0 0 100100001 1100100 110110

Color Harmonies of #D213FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D213FF

Black with #D213FF

Text Example


Text Example

White with #D213FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D213FF; }

 p { color: rgb(210,19,255); }

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

background-color css

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

 a { background-color: rgb(210,19,255); }

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

border-color css

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

 span { border-color: rgb(210,19,255); }

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