Html Css Color HEX #D50BEC Psychedelic Purple

📋 copy color: '#D50BEC'

red 213 ◦ green 11 ◦ blue 236

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

Shades of Psychedelic Purple #D50BEC

Tints of Psychedelic Purple #D50BEC

RGB

 RED value IS 213 (83.59% from 255) = 46.3%

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

 BLUE value IS 236 (92.58% from 255) = 51.3%

R = 46.3%
G = 2.39%
B = 51.3%

CMYK

 C value IS 0.10

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D50BEC (or 0xD50BEC) is known color: Psychedelic Purple. HEX triplet: D5, 0B and EC. RGB value is (213,11,236). Sum of RGB (Red+Green+Blue) = 213+11+236=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 11 (4.69% from 255 or 2.39% from 460); Blue value is 236 (92.58% from 255 or 51.30% from 460); Max value from RGB is 236 - color contains mainly: blue. Hex color #D50BEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D50BEC is #2AF413. Grayscale: #606060. Windows color (decimal): -2814996 or 15469525. OLE color: 15469525.

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

Color convert

RGB 213 11 236 -
CMYK 0.10 0.95 0 0.07
HSL 293.87º 0.91% 0.48% -
HSV(B) 293.87º 0.95% 0.93% -
XYZ 42.7 20.44 81.05 -
YUV 97.05 206.42 210.7 -
System Red Green Blue C M Y K H S L
Decimal 213 11 236 0.10 0.95 0 0.07 293.87 0.91 0.48
Hex D5 B EC A 5F 0 7 126 5B 30
Octal 325 13 354 12 137 0 7 446 133 60
Binary 11010101 1011 11101100 1010 1011111 0 111 100100110 1011011 110000

Color Harmonies of #D50BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50BEC

Black with #D50BEC

Text Example


Text Example

White with #D50BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50BEC; }

 p { color: rgb(213,11,236); }

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

background-color css

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

 a { background-color: rgb(213,11,236); }

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

border-color css

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

 span { border-color: rgb(213,11,236); }

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