Html Css Color HEX #DD7DFB Heliotrope

📋 copy color: '#DD7DFB'

red 221 ◦ green 125 ◦ blue 251

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

Shades of Heliotrope #DD7DFB

Tints of Heliotrope #DD7DFB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 20.94%

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

R = 37.02%
G = 20.94%
B = 42.04%

CMYK

 C value IS 0.12

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD7DFB (or 0xDD7DFB) is known color: Heliotrope. HEX triplet: DD, 7D and FB. RGB value is (221,125,251). Sum of RGB (Red+Green+Blue) = 221+125+251=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 125 (49.22% from 255 or 20.94% from 597); Blue value is 251 (98.44% from 255 or 42.04% from 597); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD7DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7DFB is #228204. Grayscale: #A7A7A7. Windows color (decimal): -2261509 or 16481757. OLE color: 16481757.

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

Color convert

RGB 221 125 251 -
CMYK 0.12 0.50 0 0.02
HSL 285.71º 0.94% 0.74% -
HSV(B) 285.71º 0.5% 0.98% -
XYZ 54.57 37 95.53 -
YUV 168.07 174.8 165.75 -
System Red Green Blue C M Y K H S L
Decimal 221 125 251 0.12 0.50 0 0.02 285.71 0.94 0.74
Hex DD 7D FB C 32 0 2 11E 5E 4A
Octal 335 175 373 14 62 0 2 436 136 112
Binary 11011101 1111101 11111011 1100 110010 0 10 100011110 1011110 1001010

Color Harmonies of #DD7DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7DFB

Black with #DD7DFB

Text Example


Text Example

White with #DD7DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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