Html Css Color HEX #DD62ED Heliotrope

📋 copy color: '#DD62ED'

red 221 ◦ green 98 ◦ blue 237

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

Shades of Heliotrope #DD62ED

Tints of Heliotrope #DD62ED

RGB

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

 GREEN value IS 98 (38.67% from 255) = 17.63%

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

R = 39.75%
G = 17.63%
B = 42.63%

CMYK

 C value IS 0.07

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD62ED (or 0xDD62ED) is known color: Heliotrope. HEX triplet: DD, 62 and ED. RGB value is (221,98,237). Sum of RGB (Red+Green+Blue) = 221+98+237=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 98 (38.67% from 255 or 17.63% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD62ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD62ED is #229D12. Grayscale: #969696. Windows color (decimal): -2268435 or 15557341. OLE color: 15557341.

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

Color convert

RGB 221 98 237 -
CMYK 0.07 0.59 0 0.07
HSL 293.09º 0.79% 0.66% -
HSV(B) 293.09º 0.59% 0.93% -
XYZ 49.47 30.22 83.35 -
YUV 150.62 176.75 178.2 -
System Red Green Blue C M Y K H S L
Decimal 221 98 237 0.07 0.59 0 0.07 293.09 0.79 0.66
Hex DD 62 ED 7 3B 0 7 125 4F 42
Octal 335 142 355 7 73 0 7 445 117 102
Binary 11011101 1100010 11101101 111 111011 0 111 100100101 1001111 1000010

Color Harmonies of #DD62ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD62ED

Black with #DD62ED

Text Example


Text Example

White with #DD62ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD62ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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