Html Css Color HEX #DD4EFB Heliotrope

📋 copy color: '#DD4EFB'

red 221 ◦ green 78 ◦ blue 251

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

Shades of Heliotrope #DD4EFB

Tints of Heliotrope #DD4EFB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 14.18%

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

R = 40.18%
G = 14.18%
B = 45.64%

CMYK

 C value IS 0.12

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD4EFB (or 0xDD4EFB) is known color: Heliotrope. HEX triplet: DD, 4E and FB. RGB value is (221,78,251). Sum of RGB (Red+Green+Blue) = 221+78+251=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 78 (30.86% from 255 or 14.18% from 550); Blue value is 251 (98.44% from 255 or 45.64% from 550); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD4EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD4EFB is #22B104. Grayscale: #8B8B8B. Windows color (decimal): -2273541 or 16469725. OLE color: 16469725.

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

Color convert

RGB 221 78 251 -
CMYK 0.12 0.69 0 0.02
HSL 289.6º 0.96% 0.65% -
HSV(B) 289.6º 0.69% 0.98% -
XYZ 49.96 27.79 94 -
YUV 140.48 190.38 185.43 -
System Red Green Blue C M Y K H S L
Decimal 221 78 251 0.12 0.69 0 0.02 289.6 0.96 0.65
Hex DD 4E FB C 45 0 2 122 60 41
Octal 335 116 373 14 105 0 2 442 140 101
Binary 11011101 1001110 11111011 1100 1000101 0 10 100100010 1100000 1000001

Color Harmonies of #DD4EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4EFB

Black with #DD4EFB

Text Example


Text Example

White with #DD4EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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