Html Css Color HEX #DD12F6 Psychedelic Purple

📋 copy color: '#DD12F6'

red 221 ◦ green 18 ◦ blue 246

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

Shades of Psychedelic Purple #DD12F6

Tints of Psychedelic Purple #DD12F6

RGB

 RED value IS 221 (86.72% from 255) = 45.57%

 GREEN value IS 18 (7.42% from 255) = 3.71%

 BLUE value IS 246 (96.48% from 255) = 50.72%

R = 45.57%
G = 3.71%
B = 50.72%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DD12F6 (or 0xDD12F6) is known color: Psychedelic Purple. HEX triplet: DD, 12 and F6. RGB value is (221,18,246). Sum of RGB (Red+Green+Blue) = 221+18+246=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 18 (7.42% from 255 or 3.71% from 485); Blue value is 246 (96.48% from 255 or 50.72% from 485); Max value from RGB is 246 - color contains mainly: blue. Hex color #DD12F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD12F6 is #22ED09. Grayscale: #676767. Windows color (decimal): -2288906 or 16126685. OLE color: 16126685.

HSL color Cylindrical-coordinate representation of color #DD12F6: hue angle of 293.42º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD12F6 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 18 246 -
CMYK 0.10 0.93 0 0.04
HSL 293.42º 0.93% 0.52% -
HSV(B) 293.42º 0.93% 0.96% -
XYZ 46.67 22.46 89.06 -
YUV 104.69 207.75 210.96 -
System Red Green Blue C M Y K H S L
Decimal 221 18 246 0.10 0.93 0 0.04 293.42 0.93 0.52
Hex DD 12 F6 A 5D 0 4 125 5D 34
Octal 335 22 366 12 135 0 4 445 135 64
Binary 11011101 10010 11110110 1010 1011101 0 100 100100101 1011101 110100

Color Harmonies of #DD12F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD12F6

Black with #DD12F6

Text Example


Text Example

White with #DD12F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD12F6; }

 p { color: rgb(221,18,246); }

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

background-color css

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

 a { background-color: rgb(221,18,246); }

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

border-color css

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

 span { border-color: rgb(221,18,246); }

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