Html Css Color HEX #D303F6 Psychedelic Purple

📋 copy color: '#D303F6'

red 211 ◦ green 3 ◦ blue 246

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

Shades of Psychedelic Purple #D303F6

Tints of Psychedelic Purple #D303F6

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.65%

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

R = 45.87%
G = 0.65%
B = 53.48%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D303F6 (or 0xD303F6) is known color: Psychedelic Purple. HEX triplet: D3, 03 and F6. RGB value is (211,3,246). Sum of RGB (Red+Green+Blue) = 211+3+246=460 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.87% from 460); Green value is 3 (1.56% from 255 or 0.65% from 460); Blue value is 246 (96.48% from 255 or 53.48% from 460); Max value from RGB is 246 - color contains mainly: blue. Hex color #D303F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D303F6 is #2CFC09. Grayscale: #5C5C5C. Windows color (decimal): -2948106 or 16122835. OLE color: 16122835.

HSL color Cylindrical-coordinate representation of color #D303F6: hue angle of 291.36º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D303F6 is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 211 3 246 -
CMYK 0.14 0.99 0 0.04
HSL 291.36º 0.98% 0.49% -
HSV(B) 291.36º 0.99% 0.96% -
XYZ 43.53 20.57 88.86 -
YUV 92.89 214.41 212.24 -
System Red Green Blue C M Y K H S L
Decimal 211 3 246 0.14 0.99 0 0.04 291.36 0.98 0.49
Hex D3 3 F6 E 63 0 4 123 62 31
Octal 323 3 366 16 143 0 4 443 142 61
Binary 11010011 11 11110110 1110 1100011 0 100 100100011 1100010 110001

Color Harmonies of #D303F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D303F6

Black with #D303F6

Text Example


Text Example

White with #D303F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D303F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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