Html Css Color HEX #D30DFB Psychedelic Purple

📋 copy color: '#D30DFB'

red 211 ◦ green 13 ◦ blue 251

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

Shades of Psychedelic Purple #D30DFB

Tints of Psychedelic Purple #D30DFB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.74%

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

R = 44.42%
G = 2.74%
B = 52.84%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D30DFB (or 0xD30DFB) is known color: Psychedelic Purple. HEX triplet: D3, 0D and FB. RGB value is (211,13,251). Sum of RGB (Red+Green+Blue) = 211+13+251=475 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.42% from 475); Green value is 13 (5.47% from 255 or 2.74% from 475); Blue value is 251 (98.44% from 255 or 52.84% from 475); Max value from RGB is 251 - color contains mainly: blue. Hex color #D30DFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D30DFB is #2CF204. Grayscale: #626262. Windows color (decimal): -2945541 or 16453075. OLE color: 16453075.

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

Color convert

RGB 211 13 251 -
CMYK 0.16 0.95 0 0.02
HSL 289.92º 0.97% 0.52% -
HSV(B) 289.92º 0.95% 0.98% -
XYZ 44.42 21.1 93 -
YUV 99.33 213.6 207.65 -
System Red Green Blue C M Y K H S L
Decimal 211 13 251 0.16 0.95 0 0.02 289.92 0.97 0.52
Hex D3 D FB 10 5F 0 2 122 61 34
Octal 323 15 373 20 137 0 2 442 141 64
Binary 11010011 1101 11111011 10000 1011111 0 10 100100010 1100001 110100

Color Harmonies of #D30DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30DFB

Black with #D30DFB

Text Example


Text Example

White with #D30DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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