Html Css Color HEX #D60BE6 Psychedelic Purple

📋 copy color: '#D60BE6'

red 214 ◦ green 11 ◦ blue 230

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

Shades of Psychedelic Purple #D60BE6

Tints of Psychedelic Purple #D60BE6

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.42%

 BLUE value IS 230 (90.23% from 255) = 50.55%

R = 47.03%
G = 2.42%
B = 50.55%

CMYK

 C value IS 0.07

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D60BE6 (or 0xD60BE6) is known color: Psychedelic Purple. HEX triplet: D6, 0B and E6. RGB value is (214,11,230). Sum of RGB (Red+Green+Blue) = 214+11+230=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 11 (4.69% from 255 or 2.42% from 455); Blue value is 230 (90.23% from 255 or 50.55% from 455); Max value from RGB is 230 - color contains mainly: blue. Hex color #D60BE6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D60BE6 is #29F419. Grayscale: #5F5F5F. Windows color (decimal): -2749466 or 15076310. OLE color: 15076310.

HSL color Cylindrical-coordinate representation of color #D60BE6: hue angle of 295.62º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D60BE6 is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 214 11 230 -
CMYK 0.07 0.95 0 0.10
HSL 295.62º 0.91% 0.47% -
HSV(B) 295.62º 0.95% 0.9% -
XYZ 42.13 20.25 76.55 -
YUV 96.66 203.25 211.69 -
System Red Green Blue C M Y K H S L
Decimal 214 11 230 0.07 0.95 0 0.10 295.62 0.91 0.47
Hex D6 B E6 7 5F 0 A 128 5B 2F
Octal 326 13 346 7 137 0 12 450 133 57
Binary 11010110 1011 11100110 111 1011111 0 1010 100101000 1011011 101111

Color Harmonies of #D60BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60BE6

Black with #D60BE6

Text Example


Text Example

White with #D60BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60BE6; }

 p { color: rgb(214,11,230); }

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

background-color css

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

 a { background-color: rgb(214,11,230); }

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

border-color css

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

 span { border-color: rgb(214,11,230); }

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