Html Css Color HEX #D30CFB Psychedelic Purple

📋 copy color: '#D30CFB'

red 211 ◦ green 12 ◦ blue 251

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

Shades of Psychedelic Purple #D30CFB

Tints of Psychedelic Purple #D30CFB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.53%

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

R = 44.51%
G = 2.53%
B = 52.95%

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

#D30CFB (or 0xD30CFB) is known color: Psychedelic Purple. HEX triplet: D3, 0C and FB. RGB value is (211,12,251). Sum of RGB (Red+Green+Blue) = 211+12+251=474 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.51% from 474); Green value is 12 (5.08% from 255 or 2.53% from 474); Blue value is 251 (98.44% from 255 or 52.95% from 474); Max value from RGB is 251 - color contains mainly: blue. Hex color #D30CFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D30CFB is #2CF304. Grayscale: #616161. Windows color (decimal): -2945797 or 16452819. OLE color: 16452819.

HSL color Cylindrical-coordinate representation of color #D30CFB: hue angle of 289.96º 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 #D30CFB is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 12 251 -
CMYK 0.16 0.95 0 0.02
HSL 289.96º 0.97% 0.52% -
HSV(B) 289.96º 0.95% 0.98% -
XYZ 44.41 21.08 92.99 -
YUV 98.75 213.93 208.07 -
System Red Green Blue C M Y K H S L
Decimal 211 12 251 0.16 0.95 0 0.02 289.96 0.97 0.52
Hex D3 C FB 10 5F 0 2 122 61 34
Octal 323 14 373 20 137 0 2 442 141 64
Binary 11010011 1100 11111011 10000 1011111 0 10 100100010 1100001 110100

Color Harmonies of #D30CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30CFB

Black with #D30CFB

Text Example


Text Example

White with #D30CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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