Html Css Color HEX #D40CEB Psychedelic Purple

📋 copy color: '#D40CEB'

red 212 ◦ green 12 ◦ blue 235

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

Shades of Psychedelic Purple #D40CEB

Tints of Psychedelic Purple #D40CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.2%

R = 46.19%
G = 2.61%
B = 51.2%

CMYK

 C value IS 0.10

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D40CEB (or 0xD40CEB) is known color: Psychedelic Purple. HEX triplet: D4, 0C and EB. RGB value is (212,12,235). Sum of RGB (Red+Green+Blue) = 212+12+235=459 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.19% from 459); Green value is 12 (5.08% from 255 or 2.61% from 459); Blue value is 235 (92.19% from 255 or 51.20% from 459); Max value from RGB is 235 - color contains mainly: blue. Hex color #D40CEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D40CEB is #2BF314. Grayscale: #606060. Windows color (decimal): -2880277 or 15404244. OLE color: 15404244.

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

Color convert

RGB 212 12 235 -
CMYK 0.10 0.95 0 0.08
HSL 293.81º 0.9% 0.48% -
HSV(B) 293.81º 0.95% 0.92% -
XYZ 42.28 20.26 80.28 -
YUV 97.22 205.76 209.87 -
System Red Green Blue C M Y K H S L
Decimal 212 12 235 0.10 0.95 0 0.08 293.81 0.9 0.48
Hex D4 C EB A 5F 0 8 126 5A 30
Octal 324 14 353 12 137 0 10 446 132 60
Binary 11010100 1100 11101011 1010 1011111 0 1000 100100110 1011010 110000

Color Harmonies of #D40CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40CEB

Black with #D40CEB

Text Example


Text Example

White with #D40CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40CEB; }

 p { color: rgb(212,12,235); }

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

background-color css

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

 a { background-color: rgb(212,12,235); }

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

border-color css

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

 span { border-color: rgb(212,12,235); }

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