Html Css Color HEX #D60CF9 Psychedelic Purple

📋 copy color: '#D60CF9'

red 214 ◦ green 12 ◦ blue 249

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

Shades of Psychedelic Purple #D60CF9

Tints of Psychedelic Purple #D60CF9

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.53%

 BLUE value IS 249 (97.66% from 255) = 52.42%

R = 45.05%
G = 2.53%
B = 52.42%

CMYK

 C value IS 0.14

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D60CF9 (or 0xD60CF9) is known color: Psychedelic Purple. HEX triplet: D6, 0C and F9. RGB value is (214,12,249). Sum of RGB (Red+Green+Blue) = 214+12+249=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 12 (5.08% from 255 or 2.53% from 475); Blue value is 249 (97.66% from 255 or 52.42% from 475); Max value from RGB is 249 - color contains mainly: blue. Hex color #D60CF9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D60CF9 is #29F306. Grayscale: #626262. Windows color (decimal): -2749191 or 16321750. OLE color: 16321750.

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

Color convert

RGB 214 12 249 -
CMYK 0.14 0.95 0 0.02
HSL 291.14º 0.95% 0.51% -
HSV(B) 291.14º 0.95% 0.98% -
XYZ 44.96 21.4 91.38 -
YUV 99.42 212.42 209.73 -
System Red Green Blue C M Y K H S L
Decimal 214 12 249 0.14 0.95 0 0.02 291.14 0.95 0.51
Hex D6 C F9 E 5F 0 2 123 5F 33
Octal 326 14 371 16 137 0 2 443 137 63
Binary 11010110 1100 11111001 1110 1011111 0 10 100100011 1011111 110011

Color Harmonies of #D60CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60CF9

Black with #D60CF9

Text Example


Text Example

White with #D60CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60CF9; }

 p { color: rgb(214,12,249); }

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

background-color css

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

 a { background-color: rgb(214,12,249); }

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

border-color css

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

 span { border-color: rgb(214,12,249); }

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