Html Css Color HEX #DD74FB Heliotrope

📋 copy color: '#DD74FB'

red 221 ◦ green 116 ◦ blue 251

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

Shades of Heliotrope #DD74FB

Tints of Heliotrope #DD74FB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 19.73%

 BLUE value IS 251 (98.44% from 255) = 42.69%

R = 37.59%
G = 19.73%
B = 42.69%

CMYK

 C value IS 0.12

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD74FB (or 0xDD74FB) is known color: Heliotrope. HEX triplet: DD, 74 and FB. RGB value is (221,116,251). Sum of RGB (Red+Green+Blue) = 221+116+251=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 116 (45.70% from 255 or 19.73% from 588); Blue value is 251 (98.44% from 255 or 42.69% from 588); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD74FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD74FB is #228B04. Grayscale: #A2A2A2. Windows color (decimal): -2263813 or 16479453. OLE color: 16479453.

HSL color Cylindrical-coordinate representation of color #DD74FB: hue angle of 286.67º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD74FB is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 116 251 -
CMYK 0.12 0.54 0 0.02
HSL 286.67º 0.94% 0.72% -
HSV(B) 286.67º 0.54% 0.98% -
XYZ 53.48 34.83 95.17 -
YUV 162.79 177.79 169.52 -
System Red Green Blue C M Y K H S L
Decimal 221 116 251 0.12 0.54 0 0.02 286.67 0.94 0.72
Hex DD 74 FB C 36 0 2 11F 5E 48
Octal 335 164 373 14 66 0 2 437 136 110
Binary 11011101 1110100 11111011 1100 110110 0 10 100011111 1011110 1001000

Color Harmonies of #DD74FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD74FB

Black with #DD74FB

Text Example


Text Example

White with #DD74FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD74FB; }

 p { color: rgb(221,116,251); }

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

background-color css

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

 a { background-color: rgb(221,116,251); }

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

border-color css

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

 span { border-color: rgb(221,116,251); }

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