Html Css Color HEX #DD7BFC Heliotrope

📋 copy color: '#DD7BFC'

red 221 ◦ green 123 ◦ blue 252

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

Shades of Heliotrope #DD7BFC

Tints of Heliotrope #DD7BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.28%

R = 37.08%
G = 20.64%
B = 42.28%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD7BFC (or 0xDD7BFC) is known color: Heliotrope. HEX triplet: DD, 7B and FC. RGB value is (221,123,252). Sum of RGB (Red+Green+Blue) = 221+123+252=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 123 (48.44% from 255 or 20.64% from 596); Blue value is 252 (98.83% from 255 or 42.28% from 596); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD7BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7BFC is #228403. Grayscale: #A6A6A6. Windows color (decimal): -2262020 or 16546781. OLE color: 16546781.

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

Color convert

RGB 221 123 252 -
CMYK 0.12 0.51 0 0.01
HSL 285.58º 0.96% 0.74% -
HSV(B) 285.58º 0.51% 0.99% -
XYZ 54.47 36.57 96.28 -
YUV 167.01 175.97 166.51 -
System Red Green Blue C M Y K H S L
Decimal 221 123 252 0.12 0.51 0 0.01 285.58 0.96 0.74
Hex DD 7B FC C 33 0 1 11E 60 4A
Octal 335 173 374 14 63 0 1 436 140 112
Binary 11011101 1111011 11111100 1100 110011 0 1 100011110 1100000 1001010

Color Harmonies of #DD7BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7BFC

Black with #DD7BFC

Text Example


Text Example

White with #DD7BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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