Html Css Color HEX #D302FB Psychedelic Purple

📋 copy color: '#D302FB'

red 211 ◦ green 2 ◦ blue 251

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

Shades of Psychedelic Purple #D302FB

Tints of Psychedelic Purple #D302FB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.43%

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

R = 45.47%
G = 0.43%
B = 54.09%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D302FB (or 0xD302FB) is known color: Psychedelic Purple. HEX triplet: D3, 02 and FB. RGB value is (211,2,251). Sum of RGB (Red+Green+Blue) = 211+2+251=464 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.47% from 464); Green value is 2 (1.17% from 255 or 0.43% from 464); Blue value is 251 (98.44% from 255 or 54.09% from 464); Max value from RGB is 251 - color contains mainly: blue. Hex color #D302FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D302FB is #2CFD04. Grayscale: #5C5C5C. Windows color (decimal): -2948357 or 16450259. OLE color: 16450259.

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

Color convert

RGB 211 2 251 -
CMYK 0.16 0.99 0 0.02
HSL 290.36º 0.98% 0.5% -
HSV(B) 290.36º 0.99% 0.98% -
XYZ 44.3 20.86 92.96 -
YUV 92.88 217.24 212.25 -
System Red Green Blue C M Y K H S L
Decimal 211 2 251 0.16 0.99 0 0.02 290.36 0.98 0.5
Hex D3 2 FB 10 63 0 2 122 62 32
Octal 323 2 373 20 143 0 2 442 142 62
Binary 11010011 10 11111011 10000 1100011 0 10 100100010 1100010 110010

Color Harmonies of #D302FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D302FB

Black with #D302FB

Text Example


Text Example

White with #D302FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D302FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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