Html Css Color HEX #D60FFB Psychedelic Purple

📋 copy color: '#D60FFB'

red 214 ◦ green 15 ◦ blue 251

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

Shades of Psychedelic Purple #D60FFB

Tints of Psychedelic Purple #D60FFB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.13%

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

R = 44.58%
G = 3.13%
B = 52.29%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D60FFB (or 0xD60FFB) is known color: Psychedelic Purple. HEX triplet: D6, 0F and FB. RGB value is (214,15,251). Sum of RGB (Red+Green+Blue) = 214+15+251=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 15 (6.25% from 255 or 3.12% from 480); Blue value is 251 (98.44% from 255 or 52.29% from 480); Max value from RGB is 251 - color contains mainly: blue. Hex color #D60FFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D60FFB is #29F004. Grayscale: #646464. Windows color (decimal): -2748421 or 16453590. OLE color: 16453590.

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

Color convert

RGB 214 15 251 -
CMYK 0.15 0.94 0 0.02
HSL 290.59º 0.97% 0.52% -
HSV(B) 290.59º 0.94% 0.98% -
XYZ 45.31 21.6 93.05 -
YUV 101.41 212.43 208.31 -
System Red Green Blue C M Y K H S L
Decimal 214 15 251 0.15 0.94 0 0.02 290.59 0.97 0.52
Hex D6 F FB F 5E 0 2 123 61 34
Octal 326 17 373 17 136 0 2 443 141 64
Binary 11010110 1111 11111011 1111 1011110 0 10 100100011 1100001 110100

Color Harmonies of #D60FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60FFB

Black with #D60FFB

Text Example


Text Example

White with #D60FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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