Html Css Color HEX #DD7CFB Heliotrope

📋 copy color: '#DD7CFB'

red 221 ◦ green 124 ◦ blue 251

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

Shades of Heliotrope #DD7CFB

Tints of Heliotrope #DD7CFB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 20.81%

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

R = 37.08%
G = 20.81%
B = 42.11%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD7CFB (or 0xDD7CFB) is known color: Heliotrope. HEX triplet: DD, 7C and FB. RGB value is (221,124,251). Sum of RGB (Red+Green+Blue) = 221+124+251=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 124 (48.83% from 255 or 20.81% from 596); Blue value is 251 (98.44% from 255 or 42.11% from 596); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD7CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7CFB is #228304. Grayscale: #A7A7A7. Windows color (decimal): -2261765 or 16481501. OLE color: 16481501.

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

Color convert

RGB 221 124 251 -
CMYK 0.12 0.51 0 0.02
HSL 285.83º 0.94% 0.74% -
HSV(B) 285.83º 0.51% 0.98% -
XYZ 54.44 36.75 95.49 -
YUV 167.48 175.14 166.17 -
System Red Green Blue C M Y K H S L
Decimal 221 124 251 0.12 0.51 0 0.02 285.83 0.94 0.74
Hex DD 7C FB C 33 0 2 11E 5E 4A
Octal 335 174 373 14 63 0 2 436 136 112
Binary 11011101 1111100 11111011 1100 110011 0 10 100011110 1011110 1001010

Color Harmonies of #DD7CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7CFB

Black with #DD7CFB

Text Example


Text Example

White with #DD7CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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