Html Css Color HEX #D40BE7 Psychedelic Purple

📋 copy color: '#D40BE7'

red 212 ◦ green 11 ◦ blue 231

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

Shades of Psychedelic Purple #D40BE7

Tints of Psychedelic Purple #D40BE7

RGB

 RED value IS 212 (83.2% from 255) = 46.7%

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

 BLUE value IS 231 (90.63% from 255) = 50.88%

R = 46.7%
G = 2.42%
B = 50.88%

CMYK

 C value IS 0.08

 M value IS 0.95

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D40BE7 (or 0xD40BE7) is known color: Psychedelic Purple. HEX triplet: D4, 0B and E7. RGB value is (212,11,231). Sum of RGB (Red+Green+Blue) = 212+11+231=454 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.70% from 454); Green value is 11 (4.69% from 255 or 2.42% from 454); Blue value is 231 (90.62% from 255 or 50.88% from 454); Max value from RGB is 231 - color contains mainly: blue. Hex color #D40BE7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D40BE7 is #2BF418. Grayscale: #5F5F5F. Windows color (decimal): -2880537 or 15141844. OLE color: 15141844.

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

Color convert

RGB 212 11 231 -
CMYK 0.08 0.95 0 0.09
HSL 294.82º 0.91% 0.47% -
HSV(B) 294.82º 0.95% 0.91% -
XYZ 41.69 20.01 77.27 -
YUV 96.18 204.09 210.61 -
System Red Green Blue C M Y K H S L
Decimal 212 11 231 0.08 0.95 0 0.09 294.82 0.91 0.47
Hex D4 B E7 8 5F 0 9 127 5B 2F
Octal 324 13 347 10 137 0 11 447 133 57
Binary 11010100 1011 11100111 1000 1011111 0 1001 100100111 1011011 101111

Color Harmonies of #D40BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40BE7

Black with #D40BE7

Text Example


Text Example

White with #D40BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40BE7; }

 p { color: rgb(212,11,231); }

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

background-color css

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

 a { background-color: rgb(212,11,231); }

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

border-color css

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

 span { border-color: rgb(212,11,231); }

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