Html Css Color HEX #DF1CEB Psychedelic Purple

📋 copy color: '#DF1CEB'

red 223 ◦ green 28 ◦ blue 235

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

Shades of Psychedelic Purple #DF1CEB

Tints of Psychedelic Purple #DF1CEB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.76%

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

R = 45.88%
G = 5.76%
B = 48.35%

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

#DF1CEB (or 0xDF1CEB) is known color: Psychedelic Purple. HEX triplet: DF, 1C and EB. RGB value is (223,28,235). Sum of RGB (Red+Green+Blue) = 223+28+235=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 28 (11.33% from 255 or 5.76% from 486); Blue value is 235 (92.19% from 255 or 48.35% from 486); Max value from RGB is 235 - color contains mainly: blue. Hex color #DF1CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF1CEB is #20E314. Grayscale: #6D6D6D. Windows color (decimal): -2155285 or 15408351. OLE color: 15408351.

HSL color Cylindrical-coordinate representation of color #DF1CEB: hue angle of 296.52º 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 #DF1CEB is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 223 28 235 -
CMYK 0.05 0.88 0 0.08
HSL 296.52º 0.84% 0.52% -
HSV(B) 296.52º 0.88% 0.92% -
XYZ 45.84 22.52 80.53 -
YUV 109.9 198.6 208.67 -
System Red Green Blue C M Y K H S L
Decimal 223 28 235 0.05 0.88 0 0.08 296.52 0.84 0.52
Hex DF 1C EB 5 58 0 8 129 54 34
Octal 337 34 353 5 130 0 10 451 124 64
Binary 11011111 11100 11101011 101 1011000 0 1000 100101001 1010100 110100

Color Harmonies of #DF1CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1CEB

Black with #DF1CEB

Text Example


Text Example

White with #DF1CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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