Html Css Color HEX #D30BF6 Psychedelic Purple

📋 copy color: '#D30BF6'

red 211 ◦ green 11 ◦ blue 246

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

Shades of Psychedelic Purple #D30BF6

Tints of Psychedelic Purple #D30BF6

RGB

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

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

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

R = 45.09%
G = 2.35%
B = 52.56%

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

#D30BF6 (or 0xD30BF6) is known color: Psychedelic Purple. HEX triplet: D3, 0B and F6. RGB value is (211,11,246). Sum of RGB (Red+Green+Blue) = 211+11+246=468 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.09% from 468); Green value is 11 (4.69% from 255 or 2.35% from 468); Blue value is 246 (96.48% from 255 or 52.56% from 468); Max value from RGB is 246 - color contains mainly: blue. Hex color #D30BF6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D30BF6 is #2CF409. Grayscale: #606060. Windows color (decimal): -2946058 or 16124883. OLE color: 16124883.

HSL color Cylindrical-coordinate representation of color #D30BF6: hue angle of 291.06º 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 #D30BF6 is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 211 11 246 -
CMYK 0.14 0.96 0 0.04
HSL 291.06º 0.93% 0.5% -
HSV(B) 291.06º 0.96% 0.96% -
XYZ 43.62 20.74 88.89 -
YUV 97.59 211.76 208.89 -
System Red Green Blue C M Y K H S L
Decimal 211 11 246 0.14 0.96 0 0.04 291.06 0.93 0.5
Hex D3 B F6 E 60 0 4 123 5D 32
Octal 323 13 366 16 140 0 4 443 135 62
Binary 11010011 1011 11110110 1110 1100000 0 100 100100011 1011101 110010

Color Harmonies of #D30BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30BF6

Black with #D30BF6

Text Example


Text Example

White with #D30BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30BF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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