Html Css Color HEX #D30BF1 Psychedelic Purple

📋 copy color: '#D30BF1'

red 211 ◦ green 11 ◦ blue 241

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

Shades of Psychedelic Purple #D30BF1

Tints of Psychedelic Purple #D30BF1

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.38%

 BLUE value IS 241 (94.53% from 255) = 52.05%

R = 45.57%
G = 2.38%
B = 52.05%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D30BF1 (or 0xD30BF1) is known color: Psychedelic Purple. HEX triplet: D3, 0B and F1. RGB value is (211,11,241). Sum of RGB (Red+Green+Blue) = 211+11+241=463 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.57% from 463); Green value is 11 (4.69% from 255 or 2.38% from 463); Blue value is 241 (94.53% from 255 or 52.05% from 463); Max value from RGB is 241 - color contains mainly: blue. Hex color #D30BF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D30BF1 is #2CF40E. Grayscale: #606060. Windows color (decimal): -2946063 or 15797203. OLE color: 15797203.

HSL color Cylindrical-coordinate representation of color #D30BF1: hue angle of 292.17º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D30BF1 is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 211 11 241 -
CMYK 0.12 0.95 0 0.05
HSL 292.17º 0.91% 0.49% -
HSV(B) 292.17º 0.95% 0.95% -
XYZ 42.86 20.44 84.91 -
YUV 97.02 209.26 209.3 -
System Red Green Blue C M Y K H S L
Decimal 211 11 241 0.12 0.95 0 0.05 292.17 0.91 0.49
Hex D3 B F1 C 5F 0 5 124 5B 31
Octal 323 13 361 14 137 0 5 444 133 61
Binary 11010011 1011 11110001 1100 1011111 0 101 100100100 1011011 110001

Color Harmonies of #D30BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30BF1

Black with #D30BF1

Text Example


Text Example

White with #D30BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30BF1; }

 p { color: rgb(211,11,241); }

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

background-color css

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

 a { background-color: rgb(211,11,241); }

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

border-color css

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

 span { border-color: rgb(211,11,241); }

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