Html Css Color HEX #D005FB Psychedelic Purple

📋 copy color: '#D005FB'

red 208 ◦ green 5 ◦ blue 251

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

Shades of Psychedelic Purple #D005FB

Tints of Psychedelic Purple #D005FB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.08%

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

R = 44.83%
G = 1.08%
B = 54.09%

CMYK

 C value IS 0.17

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D005FB (or 0xD005FB) is known color: Psychedelic Purple. HEX triplet: D0, 05 and FB. RGB value is (208,5,251). Sum of RGB (Red+Green+Blue) = 208+5+251=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 5 (2.34% from 255 or 1.08% 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 #D005FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D005FB is #2FFA04. Grayscale: #5C5C5C. Windows color (decimal): -3144197 or 16451024. OLE color: 16451024.

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

Color convert

RGB 208 5 251 -
CMYK 0.17 0.98 0 0.02
HSL 289.51º 0.97% 0.5% -
HSV(B) 289.51º 0.98% 0.98% -
XYZ 43.48 20.48 92.93 -
YUV 93.74 216.75 209.5 -
System Red Green Blue C M Y K H S L
Decimal 208 5 251 0.17 0.98 0 0.02 289.51 0.97 0.5
Hex D0 5 FB 11 62 0 2 122 61 32
Octal 320 5 373 21 142 0 2 442 141 62
Binary 11010000 101 11111011 10001 1100010 0 10 100100010 1100001 110010

Color Harmonies of #D005FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D005FB

Black with #D005FB

Text Example


Text Example

White with #D005FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D005FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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