Html Css Color HEX #D312FB Psychedelic Purple

📋 copy color: '#D312FB'

red 211 ◦ green 18 ◦ blue 251

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

Shades of Psychedelic Purple #D312FB

Tints of Psychedelic Purple #D312FB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.75%

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

R = 43.96%
G = 3.75%
B = 52.29%

CMYK

 C value IS 0.16

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D312FB (or 0xD312FB) is known color: Psychedelic Purple. HEX triplet: D3, 12 and FB. RGB value is (211,18,251). Sum of RGB (Red+Green+Blue) = 211+18+251=480 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.96% from 480); Green value is 18 (7.42% from 255 or 3.75% from 480); Blue value is 251 (98.44% from 255 or 52.29% from 480); Max value from RGB is 251 - color contains mainly: blue. Hex color #D312FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D312FB is #2CED04. Grayscale: #656565. Windows color (decimal): -2944261 or 16454355. OLE color: 16454355.

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

Color convert

RGB 211 18 251 -
CMYK 0.16 0.93 0 0.02
HSL 289.7º 0.97% 0.53% -
HSV(B) 289.7º 0.93% 0.98% -
XYZ 44.49 21.25 93.02 -
YUV 102.27 211.94 205.55 -
System Red Green Blue C M Y K H S L
Decimal 211 18 251 0.16 0.93 0 0.02 289.7 0.97 0.53
Hex D3 12 FB 10 5D 0 2 122 61 35
Octal 323 22 373 20 135 0 2 442 141 65
Binary 11010011 10010 11111011 10000 1011101 0 10 100100010 1100001 110101

Color Harmonies of #D312FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D312FB

Black with #D312FB

Text Example


Text Example

White with #D312FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D312FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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