Html Css Color HEX #D30AF6 Psychedelic Purple

📋 copy color: '#D30AF6'

red 211 ◦ green 10 ◦ blue 246

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

Shades of Psychedelic Purple #D30AF6

Tints of Psychedelic Purple #D30AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 52.68%

R = 45.18%
G = 2.14%
B = 52.68%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D30AF6 (or 0xD30AF6) is known color: Psychedelic Purple. HEX triplet: D3, 0A and F6. RGB value is (211,10,246). Sum of RGB (Red+Green+Blue) = 211+10+246=467 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.18% from 467); Green value is 10 (4.30% from 255 or 2.14% from 467); Blue value is 246 (96.48% from 255 or 52.68% from 467); Max value from RGB is 246 - color contains mainly: blue. Hex color #D30AF6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D30AF6 is #2CF509. Grayscale: #606060. Windows color (decimal): -2946314 or 16124627. OLE color: 16124627.

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

Color convert

RGB 211 10 246 -
CMYK 0.14 0.96 0 0.04
HSL 291.1º 0.93% 0.5% -
HSV(B) 291.1º 0.96% 0.96% -
XYZ 43.61 20.72 88.89 -
YUV 97 212.09 209.31 -
System Red Green Blue C M Y K H S L
Decimal 211 10 246 0.14 0.96 0 0.04 291.1 0.93 0.5
Hex D3 A F6 E 60 0 4 123 5D 32
Octal 323 12 366 16 140 0 4 443 135 62
Binary 11010011 1010 11110110 1110 1100000 0 100 100100011 1011101 110010

Color Harmonies of #D30AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30AF6

Black with #D30AF6

Text Example


Text Example

White with #D30AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30AF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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