Html Css Color HEX #DD0CED Psychedelic Purple

📋 copy color: '#DD0CED'

red 221 ◦ green 12 ◦ blue 237

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

Shades of Psychedelic Purple #DD0CED

Tints of Psychedelic Purple #DD0CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.43%

R = 47.02%
G = 2.55%
B = 50.43%

CMYK

 C value IS 0.07

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD0CED (or 0xDD0CED) is known color: Psychedelic Purple. HEX triplet: DD, 0C and ED. RGB value is (221,12,237). Sum of RGB (Red+Green+Blue) = 221+12+237=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 12 (5.08% from 255 or 2.55% from 470); Blue value is 237 (92.97% from 255 or 50.43% from 470); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD0CED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD0CED is #22F312. Grayscale: #636363. Windows color (decimal): -2290451 or 15535325. OLE color: 15535325.

HSL color Cylindrical-coordinate representation of color #DD0CED: hue angle of 295.73º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0CED is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 12 237 -
CMYK 0.07 0.95 0 0.07
HSL 295.73º 0.9% 0.49% -
HSV(B) 295.73º 0.95% 0.93% -
XYZ 45.24 21.75 81.93 -
YUV 100.14 205.24 214.2 -
System Red Green Blue C M Y K H S L
Decimal 221 12 237 0.07 0.95 0 0.07 295.73 0.9 0.49
Hex DD C ED 7 5F 0 7 128 5A 31
Octal 335 14 355 7 137 0 7 450 132 61
Binary 11011101 1100 11101101 111 1011111 0 111 100101000 1011010 110001

Color Harmonies of #DD0CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0CED

Black with #DD0CED

Text Example


Text Example

White with #DD0CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0CED; }

 p { color: rgb(221,12,237); }

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

background-color css

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

 a { background-color: rgb(221,12,237); }

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

border-color css

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

 span { border-color: rgb(221,12,237); }

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