Html Css Color HEX #DD7BFE Heliotrope

📋 copy color: '#DD7BFE'

red 221 ◦ green 123 ◦ blue 254

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

Shades of Heliotrope #DD7BFE

Tints of Heliotrope #DD7BFE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 20.57%

 BLUE value IS 254 (99.61% from 255) = 42.47%

R = 36.96%
G = 20.57%
B = 42.47%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DD7BFE (or 0xDD7BFE) is known color: Heliotrope. HEX triplet: DD, 7B and FE. RGB value is (221,123,254). Sum of RGB (Red+Green+Blue) = 221+123+254=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 123 (48.44% from 255 or 20.57% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD7BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7BFE is #228401. Grayscale: #A6A6A6. Windows color (decimal): -2262018 or 16677853. OLE color: 16677853.

HSL color Cylindrical-coordinate representation of color #DD7BFE: hue angle of 284.89º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD7BFE is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 221 123 254 -
CMYK 0.13 0.52 0 0.00
HSL 284.89º 0.98% 0.74% -
HSV(B) 284.89º 0.52% 1% -
XYZ 54.79 36.69 97.96 -
YUV 167.24 176.97 166.35 -
System Red Green Blue C M Y K H S L
Decimal 221 123 254 0.13 0.52 0 0.00 284.89 0.98 0.74
Hex DD 7B FE D 34 0 0 11D 62 4A
Octal 335 173 376 15 64 0 0 435 142 112
Binary 11011101 1111011 11111110 1101 110100 0 0 100011101 1100010 1001010

Color Harmonies of #DD7BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7BFE

Black with #DD7BFE

Text Example


Text Example

White with #DD7BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7BFE; }

 p { color: rgb(221,123,254); }

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

background-color css

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

 a { background-color: rgb(221,123,254); }

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

border-color css

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

 span { border-color: rgb(221,123,254); }

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