Html Css Color HEX #D30AFF Psychedelic Purple

📋 copy color: '#D30AFF'

red 211 ◦ green 10 ◦ blue 255

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

Shades of Psychedelic Purple #D30AFF

Tints of Psychedelic Purple #D30AFF

RGB

 RED value IS 211 (82.81% from 255) = 44.33%

 GREEN value IS 10 (4.3% from 255) = 2.1%

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

R = 44.33%
G = 2.1%
B = 53.57%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D30AFF (or 0xD30AFF) is known color: Psychedelic Purple. HEX triplet: D3, 0A and FF. RGB value is (211,10,255). Sum of RGB (Red+Green+Blue) = 211+10+255=476 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.33% from 476); Green value is 10 (4.30% from 255 or 2.10% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #D30AFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D30AFF is #2CF500. Grayscale: #616161. Windows color (decimal): -2946305 or 16714451. OLE color: 16714451.

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

Color convert

RGB 211 10 255 -
CMYK 0.17 0.96 0 0
HSL 289.22º 1% 0.52% -
HSV(B) 289.22º 0.96% 1% -
XYZ 45.02 21.29 96.34 -
YUV 98.03 216.59 208.58 -
System Red Green Blue C M Y K H S L
Decimal 211 10 255 0.17 0.96 0 0 289.22 1 0.52
Hex D3 A FF 11 60 0 0 121 64 34
Octal 323 12 377 21 140 0 0 441 144 64
Binary 11010011 1010 11111111 10001 1100000 0 0 100100001 1100100 110100

Color Harmonies of #D30AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30AFF

Black with #D30AFF

Text Example


Text Example

White with #D30AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30AFF; }

 p { color: rgb(211,10,255); }

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

background-color css

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

 a { background-color: rgb(211,10,255); }

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

border-color css

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

 span { border-color: rgb(211,10,255); }

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