Html Css Color HEX #D003FB Psychedelic Purple

📋 copy color: '#D003FB'

red 208 ◦ green 3 ◦ blue 251

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

Shades of Psychedelic Purple #D003FB

Tints of Psychedelic Purple #D003FB

RGB

 RED value IS 208 (81.64% from 255) = 45.02%

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

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

R = 45.02%
G = 0.65%
B = 54.33%

CMYK

 C value IS 0.17

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D003FB (or 0xD003FB) is known color: Psychedelic Purple. HEX triplet: D0, 03 and FB. RGB value is (208,3,251). Sum of RGB (Red+Green+Blue) = 208+3+251=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 3 (1.56% from 255 or 0.65% from 462); Blue value is 251 (98.44% from 255 or 54.33% from 462); Max value from RGB is 251 - color contains mainly: blue. Hex color #D003FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D003FB is #2FFC04. Grayscale: #5B5B5B. Windows color (decimal): -3144709 or 16450512. OLE color: 16450512.

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

Color convert

RGB 208 3 251 -
CMYK 0.17 0.99 0 0.02
HSL 289.6º 0.98% 0.5% -
HSV(B) 289.6º 0.99% 0.98% -
XYZ 43.46 20.44 92.92 -
YUV 92.57 217.42 210.33 -
System Red Green Blue C M Y K H S L
Decimal 208 3 251 0.17 0.99 0 0.02 289.6 0.98 0.5
Hex D0 3 FB 11 63 0 2 122 62 32
Octal 320 3 373 21 143 0 2 442 142 62
Binary 11010000 11 11111011 10001 1100011 0 10 100100010 1100010 110010

Color Harmonies of #D003FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D003FB

Black with #D003FB

Text Example


Text Example

White with #D003FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D003FB; }

 p { color: rgb(208,3,251); }

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

background-color css

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

 a { background-color: rgb(208,3,251); }

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

border-color css

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

 span { border-color: rgb(208,3,251); }

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