Html Css Color HEX #D60DF7 Psychedelic Purple

📋 copy color: '#D60DF7'

red 214 ◦ green 13 ◦ blue 247

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

Shades of Psychedelic Purple #D60DF7

Tints of Psychedelic Purple #D60DF7

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.74%

 BLUE value IS 247 (96.88% from 255) = 52.11%

R = 45.15%
G = 2.74%
B = 52.11%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D60DF7 (or 0xD60DF7) is known color: Psychedelic Purple. HEX triplet: D6, 0D and F7. RGB value is (214,13,247). Sum of RGB (Red+Green+Blue) = 214+13+247=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 13 (5.47% from 255 or 2.74% from 474); Blue value is 247 (96.88% from 255 or 52.11% from 474); Max value from RGB is 247 - color contains mainly: blue. Hex color #D60DF7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D60DF7 is #29F208. Grayscale: #636363. Windows color (decimal): -2748937 or 16190934. OLE color: 16190934.

HSL color Cylindrical-coordinate representation of color #D60DF7: hue angle of 291.54º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D60DF7 is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 214 13 247 -
CMYK 0.13 0.95 0 0.03
HSL 291.54º 0.94% 0.51% -
HSV(B) 291.54º 0.95% 0.97% -
XYZ 44.66 21.3 89.75 -
YUV 99.78 211.09 209.47 -
System Red Green Blue C M Y K H S L
Decimal 214 13 247 0.13 0.95 0 0.03 291.54 0.94 0.51
Hex D6 D F7 D 5F 0 3 124 5E 33
Octal 326 15 367 15 137 0 3 444 136 63
Binary 11010110 1101 11110111 1101 1011111 0 11 100100100 1011110 110011

Color Harmonies of #D60DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60DF7

Black with #D60DF7

Text Example


Text Example

White with #D60DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60DF7; }

 p { color: rgb(214,13,247); }

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

background-color css

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

 a { background-color: rgb(214,13,247); }

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

border-color css

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

 span { border-color: rgb(214,13,247); }

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