Html Css Color HEX #DF1DEB Psychedelic Purple

📋 copy color: '#DF1DEB'

red 223 ◦ green 29 ◦ blue 235

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

Shades of Psychedelic Purple #DF1DEB

Tints of Psychedelic Purple #DF1DEB

RGB

 RED value IS 223 (87.5% from 255) = 45.79%

 GREEN value IS 29 (11.72% from 255) = 5.95%

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

R = 45.79%
G = 5.95%
B = 48.25%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DF1DEB (or 0xDF1DEB) is known color: Psychedelic Purple. HEX triplet: DF, 1D and EB. RGB value is (223,29,235). Sum of RGB (Red+Green+Blue) = 223+29+235=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 29 (11.72% from 255 or 5.95% from 487); Blue value is 235 (92.19% from 255 or 48.25% from 487); Max value from RGB is 235 - color contains mainly: blue. Hex color #DF1DEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF1DEB is #20E214. Grayscale: #6D6D6D. Windows color (decimal): -2155029 or 15408607. OLE color: 15408607.

HSL color Cylindrical-coordinate representation of color #DF1DEB: hue angle of 296.5º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF1DEB is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 223 29 235 -
CMYK 0.05 0.88 0 0.08
HSL 296.5º 0.84% 0.52% -
HSV(B) 296.5º 0.88% 0.92% -
XYZ 45.87 22.56 80.54 -
YUV 110.49 198.27 208.25 -
System Red Green Blue C M Y K H S L
Decimal 223 29 235 0.05 0.88 0 0.08 296.5 0.84 0.52
Hex DF 1D EB 5 58 0 8 129 54 34
Octal 337 35 353 5 130 0 10 451 124 64
Binary 11011111 11101 11101011 101 1011000 0 1000 100101001 1010100 110100

Color Harmonies of #DF1DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1DEB

Black with #DF1DEB

Text Example


Text Example

White with #DF1DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1DEB; }

 p { color: rgb(223,29,235); }

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

background-color css

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

 a { background-color: rgb(223,29,235); }

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

border-color css

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

 span { border-color: rgb(223,29,235); }

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