Html Css Color HEX #DF7DFC Heliotrope

📋 copy color: '#DF7DFC'

red 223 ◦ green 125 ◦ blue 252

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

Shades of Heliotrope #DF7DFC

Tints of Heliotrope #DF7DFC

RGB

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

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

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

R = 37.17%
G = 20.83%
B = 42%

CMYK

 C value IS 0.12

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DF7DFC (or 0xDF7DFC) is known color: Heliotrope. HEX triplet: DF, 7D and FC. RGB value is (223,125,252). Sum of RGB (Red+Green+Blue) = 223+125+252=600 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.17% from 600); Green value is 125 (49.22% from 255 or 20.83% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF7DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF7DFC is #208203. Grayscale: #A8A8A8. Windows color (decimal): -2130436 or 16547295. OLE color: 16547295.

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

Color convert

RGB 223 125 252 -
CMYK 0.12 0.50 0 0.01
HSL 286.3º 0.95% 0.74% -
HSV(B) 286.3º 0.5% 0.99% -
XYZ 55.34 37.38 96.39 -
YUV 168.78 174.97 166.67 -
System Red Green Blue C M Y K H S L
Decimal 223 125 252 0.12 0.50 0 0.01 286.3 0.95 0.74
Hex DF 7D FC C 32 0 1 11E 5F 4A
Octal 337 175 374 14 62 0 1 436 137 112
Binary 11011111 1111101 11111100 1100 110010 0 1 100011110 1011111 1001010

Color Harmonies of #DF7DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7DFC

Black with #DF7DFC

Text Example


Text Example

White with #DF7DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7DFC; }

 p { color: rgb(223,125,252); }

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

background-color css

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

 a { background-color: rgb(223,125,252); }

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

border-color css

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

 span { border-color: rgb(223,125,252); }

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