Html Css Color HEX #D608FB Psychedelic Purple

📋 copy color: '#D608FB'

red 214 ◦ green 8 ◦ blue 251

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

Shades of Psychedelic Purple #D608FB

Tints of Psychedelic Purple #D608FB

RGB

 RED value IS 214 (83.98% from 255) = 45.24%

 GREEN value IS 8 (3.52% from 255) = 1.69%

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

R = 45.24%
G = 1.69%
B = 53.07%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D608FB (or 0xD608FB) is known color: Psychedelic Purple. HEX triplet: D6, 08 and FB. RGB value is (214,8,251). Sum of RGB (Red+Green+Blue) = 214+8+251=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 8 (3.52% from 255 or 1.69% from 473); Blue value is 251 (98.44% from 255 or 53.07% from 473); Max value from RGB is 251 - color contains mainly: blue. Hex color #D608FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D608FB is #29F704. Grayscale: #606060. Windows color (decimal): -2750213 or 16451798. OLE color: 16451798.

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

Color convert

RGB 214 8 251 -
CMYK 0.15 0.97 0 0.02
HSL 290.86º 0.97% 0.51% -
HSV(B) 290.86º 0.97% 0.98% -
XYZ 45.23 21.43 93.02 -
YUV 97.3 214.75 211.24 -
System Red Green Blue C M Y K H S L
Decimal 214 8 251 0.15 0.97 0 0.02 290.86 0.97 0.51
Hex D6 8 FB F 61 0 2 123 61 33
Octal 326 10 373 17 141 0 2 443 141 63
Binary 11010110 1000 11111011 1111 1100001 0 10 100100011 1100001 110011

Color Harmonies of #D608FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D608FB

Black with #D608FB

Text Example


Text Example

White with #D608FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D608FB; }

 p { color: rgb(214,8,251); }

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

background-color css

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

 a { background-color: rgb(214,8,251); }

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

border-color css

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

 span { border-color: rgb(214,8,251); }

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