Html Css Color HEX #D30FFB Psychedelic Purple

📋 copy color: '#D30FFB'

red 211 ◦ green 15 ◦ blue 251

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

Shades of Psychedelic Purple #D30FFB

Tints of Psychedelic Purple #D30FFB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.14%

 BLUE value IS 251 (98.44% from 255) = 52.62%

R = 44.23%
G = 3.14%
B = 52.62%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D30FFB (or 0xD30FFB) is known color: Psychedelic Purple. HEX triplet: D3, 0F and FB. RGB value is (211,15,251). Sum of RGB (Red+Green+Blue) = 211+15+251=477 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.23% from 477); Green value is 15 (6.25% from 255 or 3.14% from 477); Blue value is 251 (98.44% from 255 or 52.62% from 477); Max value from RGB is 251 - color contains mainly: blue. Hex color #D30FFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D30FFB is #2CF004. Grayscale: #636363. Windows color (decimal): -2945029 or 16453587. OLE color: 16453587.

HSL color Cylindrical-coordinate representation of color #D30FFB: hue angle of 289.83º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D30FFB is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 15 251 -
CMYK 0.16 0.94 0 0.02
HSL 289.83º 0.97% 0.52% -
HSV(B) 289.83º 0.94% 0.98% -
XYZ 44.45 21.16 93.01 -
YUV 100.51 212.93 206.81 -
System Red Green Blue C M Y K H S L
Decimal 211 15 251 0.16 0.94 0 0.02 289.83 0.97 0.52
Hex D3 F FB 10 5E 0 2 122 61 34
Octal 323 17 373 20 136 0 2 442 141 64
Binary 11010011 1111 11111011 10000 1011110 0 10 100100010 1100001 110100

Color Harmonies of #D30FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30FFB

Black with #D30FFB

Text Example


Text Example

White with #D30FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30FFB; }

 p { color: rgb(211,15,251); }

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

background-color css

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

 a { background-color: rgb(211,15,251); }

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

border-color css

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

 span { border-color: rgb(211,15,251); }

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