Html Css Color HEX #DF7CF2 Heliotrope

📋 copy color: '#DF7CF2'

red 223 ◦ green 124 ◦ blue 242

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

Shades of Heliotrope #DF7CF2

Tints of Heliotrope #DF7CF2

RGB

 RED value IS 223 (87.5% from 255) = 37.86%

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

 BLUE value IS 242 (94.92% from 255) = 41.09%

R = 37.86%
G = 21.05%
B = 41.09%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DF7CF2 (or 0xDF7CF2) is known color: Heliotrope. HEX triplet: DF, 7C and F2. RGB value is (223,124,242). Sum of RGB (Red+Green+Blue) = 223+124+242=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 124 (48.83% from 255 or 21.05% from 589); Blue value is 242 (94.92% from 255 or 41.09% from 589); Max value from RGB is 242 - color contains mainly: blue. Hex color #DF7CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF7CF2 is #20830D. Grayscale: #A6A6A6. Windows color (decimal): -2130702 or 15891679. OLE color: 15891679.

HSL color Cylindrical-coordinate representation of color #DF7CF2: hue angle of 290.34º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DF7CF2 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 223 124 242 -
CMYK 0.08 0.49 0 0.05
HSL 290.34º 0.82% 0.72% -
HSV(B) 290.34º 0.49% 0.95% -
XYZ 53.67 36.51 88.22 -
YUV 167.05 170.3 167.91 -
System Red Green Blue C M Y K H S L
Decimal 223 124 242 0.08 0.49 0 0.05 290.34 0.82 0.72
Hex DF 7C F2 8 31 0 5 122 52 48
Octal 337 174 362 10 61 0 5 442 122 110
Binary 11011111 1111100 11110010 1000 110001 0 101 100100010 1010010 1001000

Color Harmonies of #DF7CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7CF2

Black with #DF7CF2

Text Example


Text Example

White with #DF7CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7CF2; }

 p { color: rgb(223,124,242); }

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

background-color css

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

 a { background-color: rgb(223,124,242); }

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

border-color css

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

 span { border-color: rgb(223,124,242); }

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